Revert to Fedora kernel-2.6.17-1.2187_FC5 patched with vs2.0.2.1; there are too many...
[linux-2.6.git] / drivers / net / ixp2000 / ixpdev.c
index 6eeb965..fbc2d21 100644 (file)
@@ -9,6 +9,7 @@
  * (at your option) any later version.
  */
 
+#include <linux/config.h>
 #include <linux/module.h>
 #include <linux/kernel.h>
 #include <linux/netdevice.h>
@@ -235,7 +236,7 @@ static int ixpdev_open(struct net_device *dev)
 
        if (!nds_open++) {
                err = request_irq(IRQ_IXP2000_THDA0, ixpdev_interrupt,
-                                       IRQF_SHARED, "ixp2000_eth", nds);
+                                       SA_SHIRQ, "ixp2000_eth", nds);
                if (err) {
                        nds_open--;
                        return err;