linux/arch/mips/pmcs-msp71xx
Stefan Hengelein cd3d6438b4 MIPS: MSP71xx: Remove compilation error when CONFIG_MIPS_MT is present
When CONFIG_MIPS_MT is defined, code is enabled that tries to call
'set_vi_handler()'. This function is declared in <asm/setup.h> but the
header is never included. Therefore, the compilation breaks.

arch/mips/pmcs-msp71xx/msp_irq.c:133: error: implicit declaration of function 'set_vi_handler'

This error was found with vampyr.

Signed-off-by: Stefan Hengelein <stefan.hengelein@fau.de>
Cc: linux-mips@linux-mips.org
Cc: linux-kernel@vger.kernel.org
Cc: ryazanov.s.a@gmail.com
Patchwork: https://patchwork.linux-mips.org/patch/8122/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
2014-10-22 23:16:55 +02:00
..
Kconfig MIPS: introduce MIPS_L1_CACHE_SHIFT_<N> 2014-01-24 22:39:55 +01:00
Makefile MIPS: MT: Remove SMTC support 2014-05-24 00:07:01 +02:00
msp_elb.c MIPS: MSP71xx: Move code. 2013-02-01 10:00:22 +01:00
msp_eth.c MIPS: MSP71xx: Remove checks for two macros 2014-05-23 15:12:39 +02:00
msp_hwbutton.c MIPS: MSP71xx: Move code. 2013-02-01 10:00:22 +01:00
msp_irq_cic.c MIPS: MT: Remove SMTC support 2014-05-24 00:07:01 +02:00
msp_irq_per.c MIPS: MT: Remove SMTC support 2014-05-24 00:07:01 +02:00
msp_irq_slp.c MIPS: MSP71xx: Move code. 2013-02-01 10:00:22 +01:00
msp_irq.c MIPS: MSP71xx: Remove compilation error when CONFIG_MIPS_MT is present 2014-10-22 23:16:55 +02:00
msp_pci.c MIPS: MSP71xx: Move code. 2013-02-01 10:00:22 +01:00
msp_prom.c MIPS: MSP71xx: remove inline marking of EXPORT_SYMBOL functions 2013-05-17 20:36:32 +02:00
msp_serial.c MIPS: MSP71xx: Move code. 2013-02-01 10:00:22 +01:00
msp_setup.c MIPS: MT: Remove SMTC support 2014-05-24 00:07:01 +02:00
msp_smp.c MIPS: MSP71xx: Move code. 2013-02-01 10:00:22 +01:00
msp_time.c MIPS: Delete __cpuinit/__CPUINIT usage from MIPS code 2013-07-14 19:36:51 -04:00
msp_usb.c MIPS: MSP71xx: Remove checks for two macros 2014-05-23 15:12:39 +02:00
Platform MIPS: MSP71xx: Move code. 2013-02-01 10:00:22 +01:00