From: Gertjan van Wingerde Date: Mon, 3 May 2010 20:43:02 +0000 (+0200) Subject: rt2x00: Remove rt2x00pci.h include from rt2800lib. X-Git-Tag: v2.6.35-rc1~473^2~167^2~46 X-Git-Url: https://git.kernelconcepts.de/?a=commitdiff_plain;h=c2661486ebacc9c2a86757d8ff1d40b3efe8a08b;p=karo-tx-linux.git rt2x00: Remove rt2x00pci.h include from rt2800lib. PCI specific code has been remove quite some time ago. Signed-off-by: Gertjan van Wingerde Signed-off-by: John W. Linville --- 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 @@ #if defined(CONFIG_RT2X00_LIB_USB) || defined(CONFIG_RT2X00_LIB_USB_MODULE) #include "rt2x00usb.h" #endif -#if defined(CONFIG_RT2X00_LIB_PCI) || defined(CONFIG_RT2X00_LIB_PCI_MODULE) -#include "rt2x00pci.h" -#endif #include "rt2800lib.h" #include "rt2800.h" #include "rt2800usb.h"