Ralf Baechle a705dc7cf4 MIPS: MSP71xx: Fix build error.
CC      arch/mips/pmc-sierra/msp71xx/msp_irq.o
/home/ralf/src/linux/linux-mips/arch/mips/pmc-sierra/msp71xx/msp_irq.c:112:2: error: request for member ‘flags’ in something not a structure or union
/home/ralf/src/linux/linux-mips/arch/mips/pmc-sierra/msp71xx/msp_irq.c:118:2: error: request for member ‘flags’ in something not a structure or union
make[4]: *** [arch/mips/pmc-sierra/msp71xx/msp_irq.o] Error 1

caused by 57336bc1056798d89714b7fb1b1d197e6bda6819 [MIPS: Mark cascade and
low level interrupts IRQF_NO_THREAD].

Commas to separate struct initializers generally are considered useful to
enhance the compilation experience of the user.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
2011-09-21 17:52:44 +02:00
..
2011-07-07 15:18:01 +02:00
2011-04-26 10:22:59 +02:00
2011-07-26 16:49:47 -07:00
2011-09-17 02:37:04 +02:00
2011-09-21 17:51:57 +02:00
2011-03-31 11:26:23 -03:00
2011-07-25 17:26:56 +01:00
2011-07-26 16:49:47 -07:00
2011-09-21 17:52:34 +02:00