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>
This commit is contained in:
parent
ac0e0447be
commit
e122996ae1
@ -244,7 +244,7 @@ static int iic_host_map(struct irq_host *h, unsigned int virq,
|
|||||||
break;
|
break;
|
||||||
case IIC_IRQ_TYPE_IOEXC:
|
case IIC_IRQ_TYPE_IOEXC:
|
||||||
irq_set_chip_and_handler(virq, &iic_ioexc_chip,
|
irq_set_chip_and_handler(virq, &iic_ioexc_chip,
|
||||||
handle_iic_irq);
|
handle_edge_eoi_irq);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
irq_set_chip_and_handler(virq, &iic_chip, handle_edge_eoi_irq);
|
irq_set_chip_and_handler(virq, &iic_chip, handle_edge_eoi_irq);
|
||||||
|
Loading…
Reference in New Issue
Block a user