]> Git Repo - linux.git/blob - arch/mips/pic32/common/irq.c
Merge tag 'amd-drm-next-6.5-2023-06-09' of https://gitlab.freedesktop.org/agd5f/linux...
[linux.git] / arch / mips / pic32 / common / irq.c
1 // SPDX-License-Identifier: GPL-2.0-only
2 /*
3  * Joshua Henderson <[email protected]>
4  * Copyright (C) 2015 Microchip Technology Inc.  All rights reserved.
5  */
6 #include <linux/init.h>
7 #include <linux/irqchip.h>
8 #include <asm/irq.h>
9
10 void __init arch_init_irq(void)
11 {
12         irqchip_init();
13 }
This page took 0.033776 seconds and 4 git commands to generate.