rtlwifi: rtl8192se: Fix double inclusion of header pci.h
authorLarry Finger <Larry.Finger@lwfinger.net>
Sun, 24 Jun 2012 19:44:36 +0000 (14:44 -0500)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 26 Jun 2012 18:28:50 +0000 (14:28 -0400)
The command "make includecheck" yields the following for the rtlwifi tree:

/home/finger/linux-2.6/drivers/net/wireless/rtlwifi/rtl8192se/sw.c: ../pci.h is included more than once.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/rtlwifi/rtl8192se/sw.c

index 730bcc9..ad4b480 100644 (file)
@@ -29,7 +29,6 @@
 
 #include "../wifi.h"
 #include "../core.h"
-#include "../pci.h"
 #include "../base.h"
 #include "../pci.h"
 #include "reg.h"