Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

powerpc/cell: fixup for removal of handle_iic_irq

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Stephen Rothwell and committed by
Linus Torvalds
e122996a ac0e0447

+1 -1
+1 -1
arch/powerpc/platforms/cell/interrupt.c
··· 244 244 break; 245 245 case IIC_IRQ_TYPE_IOEXC: 246 246 irq_set_chip_and_handler(virq, &iic_ioexc_chip, 247 - handle_iic_irq); 247 + handle_edge_eoi_irq); 248 248 break; 249 249 default: 250 250 irq_set_chip_and_handler(virq, &iic_chip, handle_edge_eoi_irq);