]> err.no Git - linux-2.6/blobdiff - arch/mips/sgi-ip22/ip22-eisa.c
[PATCH] zd1211rw: disable TX queue during stop
[linux-2.6] / arch / mips / sgi-ip22 / ip22-eisa.c
index b19820110aa3a91c52c9bf1f0157b3979001a315..ce8e4a7869b04276477b32d26b5a8d0bdbad30dc 100644 (file)
@@ -19,7 +19,6 @@
  * - Fix more bugs.
  */
 
-#include <linux/config.h>
 #include <linux/eisa.h>
 #include <linux/types.h>
 #include <linux/init.h>
@@ -279,9 +278,9 @@ int __init ip22_eisa_init(void)
                irq_desc[i].action = 0;
                irq_desc[i].depth = 1;
                if (i < (SGINT_EISA + 8))
-                       irq_desc[i].handler = &ip22_eisa1_irq_type;
+                       irq_desc[i].chip = &ip22_eisa1_irq_type;
                else
-                       irq_desc[i].handler = &ip22_eisa2_irq_type;
+                       irq_desc[i].chip = &ip22_eisa2_irq_type;
        }
 
        /* Cannot use request_irq because of kmalloc not being ready at such