]> rtime.felk.cvut.cz Git - linux-imx.git/commit
MIPS: SMTC: fix implicit declaration of set_vi_handler
authorFlorian Fainelli <florian@openwrt.org>
Fri, 8 Feb 2013 09:45:14 +0000 (09:45 +0000)
committerJohn Crispin <blogic@openwrt.org>
Tue, 19 Feb 2013 08:36:39 +0000 (09:36 +0100)
commitdf1cc3da2134bc10e6edc62709013a10e03e4106
tree183a18ab06d5ed15733292b590738b94894268a3
parentf7be4e754b61681467f873400cbaa42a013b8973
MIPS: SMTC: fix implicit declaration of set_vi_handler

This patch fixes the following implicit declaration while building with
MIPS SMTC support enabled:

arch/mips/kernel/smtc.c: In function 'setup_cross_vpe_interrupts':
arch/mips/kernel/smtc.c:1205:2: error: implicit declaration of function
'set_vi_handler' [-Werror=implicit-function-declaration]
cc1: all warnings being treated as errors

Signed-off-by: Florian Fainelli <florian@openwrt.org>
Patchwork: http://patchwork.linux-mips.org/patch/4931/
Signed-off-by: John Crispin <blogic@openwrt.org>
arch/mips/kernel/smtc.c