Browse Source

[PATCH] missing include of asm/irq.h in drivers/net

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Al Viro 19 years ago
parent
commit
82729971e0
3 changed files with 5 additions and 0 deletions
  1. 3 0
      drivers/net/tulip/xircom_cb.c
  2. 1 0
      drivers/net/wan/hostess_sv11.c
  3. 1 0
      drivers/net/wan/sealevel.c

+ 3 - 0
drivers/net/tulip/xircom_cb.c

@@ -32,6 +32,9 @@
 
 #include <asm/uaccess.h>
 #include <asm/io.h>
+#ifdef CONFIG_NET_POLL_CONTROLLER
+#include <asm/irq.h>
+#endif
 
 #ifdef DEBUG
 #define enter(x)   printk("Enter: %s, %s line %i\n",x,__FILE__,__LINE__)

+ 1 - 0
drivers/net/wan/hostess_sv11.c

@@ -29,6 +29,7 @@
 #include <linux/ioport.h>
 #include <net/arp.h>
 
+#include <asm/irq.h>
 #include <asm/io.h>
 #include <asm/dma.h>
 #include <asm/byteorder.h>

+ 1 - 0
drivers/net/wan/sealevel.c

@@ -23,6 +23,7 @@
 #include <linux/init.h>
 #include <net/arp.h>
 
+#include <asm/irq.h>
 #include <asm/io.h>
 #include <asm/dma.h>
 #include <asm/byteorder.h>