Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
iwamatsu
/
linux-visconti
/
59815d6d1c773f3609ef9da50881a47e9cba9c25
/
.
/
arch
/
nds32
/
kernel
/
irq.c
blob: 6ff5a672be277cee8e56a2507a8122f729200af7 [
file
] [
log
] [
blame
]
// SPDX-License-Identifier: GPL-2.0
// Copyright (C) 2005-2017 Andes Technology Corporation
#include
<linux/irqchip.h>
void
__init init_IRQ
(
void
)
{
irqchip_init
();
}