Revert to Fedora kernel-2.6.17-1.2187_FC5 patched with vs2.0.2.1; there are too many...
[linux-2.6.git] / arch / ppc / syslib / mpc52xx_pic.c
index 6425b5c..c4406f9 100644 (file)
@@ -204,9 +204,9 @@ mpc52xx_init_irq(void)
        out_be32(&intr->main_pri1, 0);
        out_be32(&intr->main_pri2, 0);
 
-       /* Initialize irq_desc[i].chip's with mpc52xx_ic. */
+       /* Initialize irq_desc[i].handler's with mpc52xx_ic. */
        for (i = 0; i < NR_IRQS; i++) {
-               irq_desc[i].chip = &mpc52xx_ic;
+               irq_desc[i].handler = &mpc52xx_ic;
                irq_desc[i].status = IRQ_LEVEL;
        }