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 / sh / kernel / cpu / irq / pint.c
index 80cd810..95d6024 100644 (file)
@@ -10,6 +10,7 @@
  * for more details.
  */
 
+#include <linux/config.h>
 #include <linux/init.h>
 #include <linux/irq.h>
 #include <linux/module.h>
@@ -84,7 +85,7 @@ static void end_pint_irq(unsigned int irq)
 void make_pint_irq(unsigned int irq)
 {
        disable_irq_nosync(irq);
-       irq_desc[irq].chip = &pint_irq_type;
+       irq_desc[irq].handler = &pint_irq_type;
        disable_pint_irq(irq);
 }