commit | 01179ca040437d9db0232fc9eea69e6e195ae118 | [log] [tgz] |
---|---|---|
author | Yanteng Si <siyanteng@loongson.cn> | Mon Jan 18 21:20:09 2021 +0800 |
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | Tue Jan 19 23:04:32 2021 +0100 |
tree | 6e1268861c460099f2e860c242e84734718ff3e8 | |
parent | fe82de91af83a9212b6c704b1ce6cf6d129a108b [diff] |
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>