Преглед на файлове

znet: fix build failure from i82593.h relocation

znet was including "wireless/i82593.h" (which is a bit wierd), and I
missed that when I relocated i82593.h to drivers/staging/wavelan.  Since
I don't have ISA turned-on in my normal .config, I didn't see the build
failures -- mea culpa!

Signed-off-by: John W. Linville <linville@tuxdriver.com>
John W. Linville преди 15 години
родител
ревизия
c85e9d7739
променени са 3 файла, в които са добавени 2 реда и са изтрити 3 реда
  1. 1 2
      drivers/net/znet.c
  2. 1 1
      drivers/staging/wavelan/wavelan_cs.p.h
  3. 0 0
      include/linux/i82593.h

+ 1 - 2
drivers/net/znet.c

@@ -103,8 +103,7 @@
 #include <asm/io.h>
 #include <asm/io.h>
 #include <asm/dma.h>
 #include <asm/dma.h>
 
 
-/* This include could be elsewhere, since it is not wireless specific */
-#include "wireless/i82593.h"
+#include <linux/i82593.h>
 
 
 static char version[] __initdata = "znet.c:v1.02 9/23/94 becker@scyld.com\n";
 static char version[] __initdata = "znet.c:v1.02 9/23/94 becker@scyld.com\n";
 
 

+ 1 - 1
drivers/staging/wavelan/wavelan_cs.p.h

@@ -446,7 +446,7 @@
 #include <pcmcia/ds.h>
 #include <pcmcia/ds.h>
 
 
 /* Wavelan declarations */
 /* Wavelan declarations */
-#include "i82593.h"	/* Definitions for the Intel chip */
+#include <linux/i82593.h>	/* Definitions for the Intel chip */
 
 
 #include "wavelan_cs.h"	/* Others bits of the hardware */
 #include "wavelan_cs.h"	/* Others bits of the hardware */
 
 

+ 0 - 0
drivers/staging/wavelan/i82593.h → include/linux/i82593.h