xref: /kernel/linux/linux-5.10/arch/mips/pic32/common/irq.c (revision 8c2ecf20)
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-5.10/arch/mips/pic32/common/
18c2ecf20Sopenharmony_ci// SPDX-License-Identifier: GPL-2.0-only
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci * Joshua Henderson <joshua.henderson@microchip.com>
48c2ecf20Sopenharmony_ci * Copyright (C) 2015 Microchip Technology Inc.  All rights reserved.
58c2ecf20Sopenharmony_ci */
68c2ecf20Sopenharmony_ci#include <linux/init.h>
78c2ecf20Sopenharmony_ci#include <linux/irqchip.h>
88c2ecf20Sopenharmony_ci#include <asm/irq.h>
98c2ecf20Sopenharmony_ci
108c2ecf20Sopenharmony_civoid __init arch_init_irq(void)
118c2ecf20Sopenharmony_ci{
128c2ecf20Sopenharmony_ci	irqchip_init();
138c2ecf20Sopenharmony_ci}
14

Indexes created Thu Nov 07 10:32:03 CST 2024