Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 46e5129b authored by Larry Finger's avatar Larry Finger Committed by John W. Linville
Browse files

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: default avatarLarry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 5a2766ab
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -29,7 +29,6 @@


#include "../wifi.h"
#include "../wifi.h"
#include "../core.h"
#include "../core.h"
#include "../pci.h"
#include "../base.h"
#include "../base.h"
#include "../pci.h"
#include "../pci.h"
#include "reg.h"
#include "reg.h"