Explorar o código

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

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Al Viro %!s(int64=19) %!d(string=hai) anos
pai
achega
3c13958620
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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>