Browse Source

rtlwifi: rtl8192se: Fix double inclusion of header pci.h

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>
Larry Finger 13 years ago
parent
commit
46e5129ba6
1 changed files with 0 additions and 1 deletions
  1. 0 1
      drivers/net/wireless/rtlwifi/rtl8192se/sw.c

+ 0 - 1
drivers/net/wireless/rtlwifi/rtl8192se/sw.c

@@ -29,7 +29,6 @@
 
 #include "../wifi.h"
 #include "../core.h"
-#include "../pci.h"
 #include "../base.h"
 #include "../pci.h"
 #include "reg.h"