]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit38af6203dc8083e3a37462f45b9a8dbeb7e92e99
tree923d9c64f4077429f90efec993b1f88f36d54437
parent2d9e9ddb71ddd0ddba07aeec11e9d5168ba64974
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