summaryrefslogtreecommitdiffstats
path: root/drivers/staging/brcm80211/brcmsmac/antsel.c
diff options
context:
space:
mode:
authorRoland Vossen <rvossen@broadcom.com>2011-06-09 16:44:43 +0200
committerGreg Kroah-Hartman <gregkh@suse.de>2011-06-28 13:02:37 -0700
commit3bec7bb9356f7def653c49f0f56b5962a292a126 (patch)
tree746ae4159b66b4e4d27b70df46d63e1f0f8bf4f8 /drivers/staging/brcm80211/brcmsmac/antsel.c
parentf99f8a7299a049b8df7053c41cdbcfe72e6f1f24 (diff)
downloadop-kernel-dev-3bec7bb9356f7def653c49f0f56b5962a292a126.zip
op-kernel-dev-3bec7bb9356f7def653c49f0f56b5962a292a126.tar.gz
staging: brcm80211: #include reduction
Code cleanup. Number of includes has been reduced by only including what is necessary. Signed-off-by: Roland Vossen <rvossen@broadcom.com> Reviewed-by: Arend van Spriel <arend@broadcom.com> Reviewed-by: Franky Lin <frankyl@broadcom.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/brcm80211/brcmsmac/antsel.c')
-rw-r--r--drivers/staging/brcm80211/brcmsmac/antsel.c21
1 files changed, 5 insertions, 16 deletions
diff --git a/drivers/staging/brcm80211/brcmsmac/antsel.c b/drivers/staging/brcm80211/brcmsmac/antsel.c
index f967c592..5356e2a 100644
--- a/drivers/staging/brcm80211/brcmsmac/antsel.c
+++ b/drivers/staging/brcm80211/brcmsmac/antsel.c
@@ -14,24 +14,13 @@
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-#include <linux/kernel.h>
-#include <linux/module.h>
-#include <linux/pci.h>
-
-#include <defs.h>
-#include <brcmu_utils.h>
-#include <aiutils.h>
-#include <brcm_hw_ids.h>
-#include "dma.h"
-
-#include "d11.h"
-#include "rate.h"
-#include "scb.h"
-#include "pub.h"
-#include "phy/phy_hal.h"
+#include <linux/slab.h>
+#include <net/mac80211.h>
+
+#include "types.h"
#include "bmac.h"
-#include "channel.h"
#include "main.h"
+#include "phy_shim.h"
#include "antsel.h"
#define ANT_SELCFG_AUTO 0x80 /* bit indicates antenna sel AUTO */
OpenPOWER on IntegriCloud