diff options
author | Gertjan van Wingerde <gwingerde@gmail.com> | 2010-05-03 16:43:02 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-05-04 13:24:22 -0400 |
commit | c2661486ebacc9c2a86757d8ff1d40b3efe8a08b (patch) | |
tree | af862da9737f4491b4613ccba5aec83f2cbd345e /drivers | |
parent | 3d79b2a9eeaa066b35c49fbb17e3156a3c482c3e (diff) |
rt2x00: Remove rt2x00pci.h include from rt2800lib.
PCI specific code has been remove quite some time ago.
Signed-off-by: Gertjan van Wingerde <gwingerde@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/wireless/rt2x00/rt2800lib.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/wireless/rt2x00/rt2800lib.c b/drivers/net/wireless/rt2x00/rt2800lib.c index 674609d1a727..7310f34cc12a 100644 --- a/drivers/net/wireless/rt2x00/rt2800lib.c +++ b/drivers/net/wireless/rt2x00/rt2800lib.c | |||
@@ -40,9 +40,6 @@ | |||
40 | #if defined(CONFIG_RT2X00_LIB_USB) || defined(CONFIG_RT2X00_LIB_USB_MODULE) | 40 | #if defined(CONFIG_RT2X00_LIB_USB) || defined(CONFIG_RT2X00_LIB_USB_MODULE) |
41 | #include "rt2x00usb.h" | 41 | #include "rt2x00usb.h" |
42 | #endif | 42 | #endif |
43 | #if defined(CONFIG_RT2X00_LIB_PCI) || defined(CONFIG_RT2X00_LIB_PCI_MODULE) | ||
44 | #include "rt2x00pci.h" | ||
45 | #endif | ||
46 | #include "rt2800lib.h" | 43 | #include "rt2800lib.h" |
47 | #include "rt2800.h" | 44 | #include "rt2800.h" |
48 | #include "rt2800usb.h" | 45 | #include "rt2800usb.h" |