From: Stephen Rothwell Date: Tue, 29 Mar 2011 23:48:28 +0000 (+1100) Subject: powerpc/cell: fixup for removal of handle_iic_irq X-Git-Tag: v2.6.39-rc2~41 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e122996ae1edf2caf19643cb79366fc2117a6188;p=platform%2Fkernel%2Flinux-exynos.git powerpc/cell: fixup for removal of handle_iic_irq Signed-off-by: Stephen Rothwell Signed-off-by: Linus Torvalds --- diff --git a/arch/powerpc/platforms/cell/interrupt.c b/arch/powerpc/platforms/cell/interrupt.c index a19bec07..44cfd1b 100644 --- a/arch/powerpc/platforms/cell/interrupt.c +++ b/arch/powerpc/platforms/cell/interrupt.c @@ -244,7 +244,7 @@ static int iic_host_map(struct irq_host *h, unsigned int virq, break; case IIC_IRQ_TYPE_IOEXC: irq_set_chip_and_handler(virq, &iic_ioexc_chip, - handle_iic_irq); + handle_edge_eoi_irq); break; default: irq_set_chip_and_handler(virq, &iic_chip, handle_edge_eoi_irq);