]> git.neil.brown.name Git - history.git/commitdiff
[NETDEV]: pcnet32, eepro100, and 8139too need asm/irq.h
authorDavid S. Miller <davem@nuts.davemloft.net>
Sun, 14 Mar 2004 14:46:51 +0000 (06:46 -0800)
committerDavid S. Miller <davem@nuts.davemloft.net>
Sun, 14 Mar 2004 14:46:51 +0000 (06:46 -0800)
drivers/net/8139too.c
drivers/net/eepro100.c
drivers/net/pcnet32.c

index f26db057ffdcaed481338f0b3b81e443f0f48e63..baae39b6d99c8f34f7e5a72b53173953fb51096f 100644 (file)
 #include <linux/suspend.h>
 #include <asm/io.h>
 #include <asm/uaccess.h>
+#include <asm/irq.h>
 
 #define RTL8139_DRIVER_NAME   DRV_NAME " Fast Ethernet driver " DRV_VERSION
 #define PFX DRV_NAME ": "
index 448be17447afcf2b1ba22294910405274957b870..cc83bdd1736f72f2c4dbf1026964eadd7a1b43e9 100644 (file)
@@ -113,6 +113,7 @@ static int options[] = {-1, -1, -1, -1, -1, -1, -1, -1};
 #include <asm/bitops.h>
 #include <asm/io.h>
 #include <asm/uaccess.h>
+#include <asm/irq.h>
 
 #include <linux/netdevice.h>
 #include <linux/etherdevice.h>
index 9eac316c78019ac252e630d0c266f6a6e90f2565..3cbbfd57fb5db147e0745129ad4db313cb840a2d 100644 (file)
@@ -51,6 +51,7 @@ DRV_NAME ".c:v" DRV_VERSION " " DRV_RELDATE " tsbogend@alpha.franken.de\n";
 #include <asm/dma.h>
 #include <asm/io.h>
 #include <asm/uaccess.h>
+#include <asm/irq.h>
 
 /*
  * PCI device identifiers for "new style" Linux PCI Device Drivers