znet: fix build failure from i82593.h relocation
authorJohn W. Linville <linville@tuxdriver.com>
Tue, 17 Nov 2009 15:16:32 +0000 (10:16 -0500)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 17 Nov 2009 15:16:32 +0000 (10:16 -0500)
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>
drivers/net/znet.c
drivers/staging/wavelan/wavelan_cs.p.h
include/linux/i82593.h [moved from drivers/staging/wavelan/i82593.h with 100% similarity]

index b423473..443c4ee 100644 (file)
 #include <asm/io.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";
 
index 81d9153..8fbfaa8 100644 (file)
 #include <pcmcia/ds.h>
 
 /* 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 */