]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit4f0faa1386c4644db18ce1750ad0616c47157c4b
tree6e1268861c460099f2e860c242e84734718ff3e8
parent9b907d2f4fdbe5e16c627f6b755cfe71f6c8b137
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