]> git.karo-electronics.de Git - linux-beck.git/commitdiff
brcm80211: fmac: exclude unnecessary header files
authorFranky Lin <frankyl@broadcom.com>
Sat, 17 Dec 2011 02:37:19 +0000 (18:37 -0800)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 19 Dec 2011 19:40:47 +0000 (14:40 -0500)
This patch removes some headers files include lines from sdio layer
code. This is part of the fullmac bus interface refactoring.

Reviewed-by: Pieter-Paul Giesberts <pieterpg@broadcom.com>
Reviewed-by: Arend van Spriel <arend@broadcom.com>
Reviewed-by: Alwin Beukers <alwin@broadcom.com>
Signed-off-by: Franky Lin <frankyl@broadcom.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/brcm80211/brcmfmac/bcmsdh.c
drivers/net/wireless/brcm80211/brcmfmac/bcmsdh_sdmmc.c
drivers/net/wireless/brcm80211/brcmfmac/dhd_sdio.c
drivers/net/wireless/brcm80211/brcmfmac/sdio_chip.c

index 32d72a0bd988709e2c5cf171b7f2d5cd3ba6ebbd..4bc8d251acf8ed79d446b0dce22c938ca9bcb709 100644 (file)
@@ -31,7 +31,6 @@
 #include <brcmu_utils.h>
 #include <brcmu_wifi.h>
 #include <soc.h>
-#include "dhd.h"
 #include "dhd_bus.h"
 #include "dhd_dbg.h"
 #include "sdio_host.h"
index f17c818bb8e2a79d83435f4e2c3c9ce08dcb6b57..9b8c0ed833d40f523ffbb9ea9f3388ad610daa71 100644 (file)
@@ -31,9 +31,7 @@
 #include <brcmu_utils.h>
 #include <brcmu_wifi.h>
 #include "sdio_host.h"
-#include "dhd.h"
 #include "dhd_dbg.h"
-#include "wl_cfg80211.h"
 #include "dhd_bus.h"
 
 #define SDIO_VENDOR_ID_BROADCOM                0x02d0
index a8e7ca5466d1b9ab11af31cb62f41e1364dc092f..5a002a21f108aa23895ee59139c8fcb6ac37e643 100644 (file)
@@ -87,9 +87,7 @@ struct rte_console {
 #endif                         /* BCMDBG */
 #include <chipcommon.h>
 
-#include "dhd.h"
 #include "dhd_bus.h"
-#include "dhd_proto.h"
 #include "dhd_dbg.h"
 
 #define TXQLEN         2048    /* bulk tx queue length */
index a6048d78d29409ea6944174eb68ecaa3e3d2b857..11b2d7c97ba22072e8231fd02f2758e7d0bf5945 100644 (file)
@@ -26,7 +26,6 @@
 #include <brcmu_wifi.h>
 #include <brcmu_utils.h>
 #include <soc.h>
-#include "dhd.h"
 #include "dhd_dbg.h"
 #include "sdio_host.h"
 #include "sdio_chip.h"