MIPS: IRQ: Add prototype for function init_IRQ
authorYanteng Si <siyanteng@loongson.cn>
Mon, 18 Jan 2021 13:20:09 +0000 (21:20 +0800)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Tue, 19 Jan 2021 22:04:32 +0000 (23:04 +0100)
commit01179ca040437d9db0232fc9eea69e6e195ae118
tree6e1268861c460099f2e860c242e84734718ff3e8
parentfe82de91af83a9212b6c704b1ce6cf6d129a108b
MIPS: IRQ: Add prototype for function init_IRQ

This commit adds a prototype to fix error at W=1:

arch/mips/kernel/irq.c:52:13: error: no previous prototype for
'init_IRQ' [-Werror=missing-prototypes]

Signed-off-by: Yanteng Si <siyanteng@loongson.cn>
Reviewed-by: Huacai Chen <chenhuacai@kernel.org>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/include/asm/irq.h