linux/arch/mips/pmcs-msp71xx
Stefan Hengelein 6fa88d9e08 MIPS: MSP71xx: Fix build error
When CONFIG_MIPS_MT_SMP is enabled, the following compilation error
occurs:

arch/mips/pmcs-msp71xx/msp_irq_cic.c:134: error: ‘irq’ undeclared

This code clearly never saw a compiler.
The surrounding code suggests, that 'd->irq' was intended, not
'irq'.

This error was found with vampyr.

Signed-off-by: Stefan Hengelein <stefan.hengelein@fau.de>
Fixes: d7881fbdf8 ("MIPS: msp71xx: Convert to new irq_chip functions")
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: linux-mips@linux-mips.org
Cc: linux-kernel@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/8116/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
2014-10-24 02:37:18 +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: MSP71xx: Fix build error 2014-10-24 02:37:18 +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