forked from Minki/linux
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>
This commit is contained in:
parent
fe82de91af
commit
01179ca040
@ -20,6 +20,7 @@
|
||||
#define IRQ_STACK_SIZE THREAD_SIZE
|
||||
#define IRQ_STACK_START (IRQ_STACK_SIZE - 16)
|
||||
|
||||
extern void __init init_IRQ(void);
|
||||
extern void *irq_stack[NR_CPUS];
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user