MIPS: MSP71xx: fix build failures on msp_irq_slp.c
authorFlorian Fainelli <florian@openwrt.org>
Mon, 27 Apr 2009 14:59:48 +0000 (16:59 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Mon, 3 Aug 2009 16:52:42 +0000 (17:52 +0100)
commit4824f20c8b3adcbc5067c1bdd88408ee68da6bb2
tree923d9c64f4077429f90efec993b1f88f36d54437
parent0e66fff883ef1b6e4c5031e8add8827cd0e2a195
MIPS: MSP71xx: fix build failures on msp_irq_slp.c

Trying to build MSP4200 VoIP defconfig also fails on msp_irq_slp.c with a
non-existing reference to mask_slp_irq, which is in turn mask_msp_slp_irq.
Passed that, we will also miss a comma when calling
set_irq_chip_and_handler. This patch fixes both issues.

Signed-off-by: Florian Fainelli <florian@openwrt.org>
Acked-by: Shane McDonald <mcdonald.shane@gmail.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/pmc-sierra/msp71xx/msp_irq_slp.c