linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / arch / alpha / kernel / sys_sable.c
index a7a1464..a7ff844 100644 (file)
@@ -8,6 +8,7 @@
  * Code supporting the Sable, Sable-Gamma, and Lynx systems.
  */
 
+#include <linux/config.h>
 #include <linux/kernel.h>
 #include <linux/types.h>
 #include <linux/mm.h>
@@ -536,7 +537,7 @@ sable_lynx_init_irq(int nr_irqs)
 
        for (i = 0; i < nr_irqs; ++i) {
                irq_desc[i].status = IRQ_DISABLED | IRQ_LEVEL;
-               irq_desc[i].chip = &sable_lynx_irq_type;
+               irq_desc[i].handler = &sable_lynx_irq_type;
        }
 
        common_init_isa_dma();