linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / arch / alpha / kernel / sys_eb64p.c
index ed108b6..61a79c3 100644 (file)
@@ -8,6 +8,7 @@
  * Code supporting the EB64+ and EB66.
  */
 
+#include <linux/config.h>
 #include <linux/kernel.h>
 #include <linux/types.h>
 #include <linux/mm.h>
@@ -136,7 +137,7 @@ eb64p_init_irq(void)
 
        for (i = 16; i < 32; ++i) {
                irq_desc[i].status = IRQ_DISABLED | IRQ_LEVEL;
-               irq_desc[i].chip = &eb64p_irq_type;
+               irq_desc[i].handler = &eb64p_irq_type;
        }               
 
        common_init_isa_dma();