repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
arm64: dts: Revert "specify console via command line"
[linux/fpc-iii.git]
/
arch
/
nds32
/
kernel
/
irq.c
blob
6ff5a672be277cee8e56a2507a8122f729200af7
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
}