From: Florian Fainelli Date: Mon, 27 Apr 2009 14:59:48 +0000 (+0200) Subject: MIPS: MSP71xx: fix build failures on msp_irq_slp.c X-Git-Tag: v2.6.31-rc6~64^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4824f20c8b3adcbc5067c1bdd88408ee68da6bb2;p=pandora-kernel.git 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 Acked-by: Shane McDonald Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed