]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - arch/alpha/kernel/sys_eb64p.c
Remove obsolete #include <linux/config.h>
[karo-tx-linux.git] / arch / alpha / kernel / sys_eb64p.c
index 61a79c354f0bdece82ed231db04aae15706fc226..ed108b66ec09842b0ab9af2aeb7bbc23c0812305 100644 (file)
@@ -8,7 +8,6 @@
  * Code supporting the EB64+ and EB66.
  */
 
-#include <linux/config.h>
 #include <linux/kernel.h>
 #include <linux/types.h>
 #include <linux/mm.h>
@@ -137,7 +136,7 @@ eb64p_init_irq(void)
 
        for (i = 16; i < 32; ++i) {
                irq_desc[i].status = IRQ_DISABLED | IRQ_LEVEL;
-               irq_desc[i].handler = &eb64p_irq_type;
+               irq_desc[i].chip = &eb64p_irq_type;
        }               
 
        common_init_isa_dma();