Browse Source

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>
Gertjan van Wingerde 15 years ago
parent
commit
c2661486eb
1 changed files with 0 additions and 3 deletions
  1. 0 3
      drivers/net/wireless/rt2x00/rt2800lib.c

+ 0 - 3
drivers/net/wireless/rt2x00/rt2800lib.c

@@ -40,9 +40,6 @@
 #if defined(CONFIG_RT2X00_LIB_USB) || defined(CONFIG_RT2X00_LIB_USB_MODULE)
 #if defined(CONFIG_RT2X00_LIB_USB) || defined(CONFIG_RT2X00_LIB_USB_MODULE)
 #include "rt2x00usb.h"
 #include "rt2x00usb.h"
 #endif
 #endif
-#if defined(CONFIG_RT2X00_LIB_PCI) || defined(CONFIG_RT2X00_LIB_PCI_MODULE)
-#include "rt2x00pci.h"
-#endif
 #include "rt2800lib.h"
 #include "rt2800lib.h"
 #include "rt2800.h"
 #include "rt2800.h"
 #include "rt2800usb.h"
 #include "rt2800usb.h"