summaryrefslogtreecommitdiff
path: root/drivers/staging/wavelan/wavelan_cs.p.h
diff options
context:
space:
mode:
authorJohn W. Linville <linville@tuxdriver.com>2009-11-17 10:16:32 -0500
committerJohn W. Linville <linville@tuxdriver.com>2009-11-17 10:16:32 -0500
commitc85e9d7739fc8d879c4293ea020760926d6f87cd (patch)
treeb896cf651a17aa7328d41803ba34a412de62f16e /drivers/staging/wavelan/wavelan_cs.p.h
parentb23709248fc9b6d5877f9c741d639a160ed21ff6 (diff)
znet: fix build failure from i82593.h relocationmaster-2009-11-17
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>
Diffstat (limited to 'drivers/staging/wavelan/wavelan_cs.p.h')
-rw-r--r--drivers/staging/wavelan/wavelan_cs.p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/wavelan/wavelan_cs.p.h b/drivers/staging/wavelan/wavelan_cs.p.h
index 81d91531c4f..8fbfaa8a5a6 100644
--- a/drivers/staging/wavelan/wavelan_cs.p.h
+++ b/drivers/staging/wavelan/wavelan_cs.p.h
@@ -446,7 +446,7 @@
#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 */