mirror of
https://github.com/torvalds/linux.git
synced 2026-09-25 21:21:09 -04:00
powerpc/cell: fixup for removal of handle_iic_irq
Signed-off-by: Stephen Rothwell <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
This commit is contained in:
committed by
Linus Torvalds
parent
ac0e0447be
commit
e122996ae1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user