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 / ppc4xx_pic.c
index 745685d..fd9af0f 100644 (file)
@@ -13,6 +13,7 @@
  * Free Software Foundation;  either version 2 of the  License, or (at your
  * option) any later version.
 */
+#include <linux/config.h>
 #include <linux/init.h>
 #include <linux/sched.h>
 #include <linux/signal.h>
@@ -275,7 +276,7 @@ void __init ppc4xx_pic_init(void)
 
        /* Attach low-level handlers */
        for (i = 0; i < (NR_UICS << 5); ++i) {
-               irq_desc[i].chip = &__uic[i >> 5].decl;
+               irq_desc[i].handler = &__uic[i >> 5].decl;
                if (is_level_sensitive(i))
                        irq_desc[i].status |= IRQ_LEVEL;
        }