powerpc: Fixup last users of irq_chip->typename
[linux-2.6-block.git] / arch / powerpc / platforms / powermac / pic.c
index 484d21e55c6195351d143aa3b1f3a63b8b014c26..99d0b313e9a5ccb9df7488cb7b29e24164f6e977 100644 (file)
@@ -195,7 +195,7 @@ static int pmac_retrigger(unsigned int virq)
 }
 
 static struct irq_chip pmac_pic = {
-       .typename       = " PMAC-PIC ",
+       .name           = " PMAC-PIC ",
        .startup        = pmac_startup_irq,
        .mask           = pmac_mask_irq,
        .ack            = pmac_ack_irq,