Browse Source

[PATCH] bogus include of linux/irq.h in 7990.c

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Al Viro 19 years ago
parent
commit
3c13958620
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/net/7990.c

+ 1 - 1
drivers/net/7990.c

@@ -29,7 +29,7 @@
 #include <linux/slab.h>
 #include <linux/string.h>
 #include <linux/skbuff.h>
-#include <linux/irq.h>
+#include <asm/irq.h>
 /* Used for the temporal inet entries and routing */
 #include <linux/socket.h>
 #include <linux/bitops.h>