]> asedeno.scripts.mit.edu Git - linux.git/blob - arch/nds32/kernel/irq.c
Merge tag 'xtensa-20181101' of git://github.com/jcmvbkbc/linux-xtensa
[linux.git] / arch / nds32 / kernel / irq.c
1 // SPDX-License-Identifier: GPL-2.0
2 // Copyright (C) 2005-2017 Andes Technology Corporation
3
4 #include <linux/irqchip.h>
5
6 void __init init_IRQ(void)
7 {
8         irqchip_init();
9 }