summaryrefslogtreecommitdiff
path: root/drivers/staging/brcm80211/sys/wlc_mac80211.c
diff options
context:
space:
mode:
authorBrett Rudley <brudley@broadcom.com>2010-10-26 16:17:06 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2010-11-09 23:33:17 (GMT)
commita52ba66cf2e06dc7b9ad655b74324e81f756dbd3 (patch)
tree07e268d3a42fd9a470f2fc112661c57ee1e6d552 /drivers/staging/brcm80211/sys/wlc_mac80211.c
parentded6d25baa6bb0b3a41fa50a0427258c5d09ea7f (diff)
downloadlinux-fsl-qoriq-a52ba66cf2e06dc7b9ad655b74324e81f756dbd3.tar.xz
staging: brcm80211: Move #includes out of d11.h
Move #includes out of d11.h and into .c files Signed-off-by: Brett Rudley <brudley@broadcom.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/brcm80211/sys/wlc_mac80211.c')
-rw-r--r--drivers/staging/brcm80211/sys/wlc_mac80211.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/staging/brcm80211/sys/wlc_mac80211.c b/drivers/staging/brcm80211/sys/wlc_mac80211.c
index feaffcc..f641774 100644
--- a/drivers/staging/brcm80211/sys/wlc_mac80211.c
+++ b/drivers/staging/brcm80211/sys/wlc_mac80211.c
@@ -16,6 +16,7 @@
#include <linux/kernel.h>
#include <linux/ctype.h>
#include <bcmdefs.h>
+#include <bcmdevs.h>
#include <wlc_cfg.h>
#include <linuxver.h>
#include <osl.h>
@@ -28,6 +29,7 @@
#include <bcmsrom.h>
#include <wlioctl.h>
#include <epivers.h>
+#include <sbhndpio.h>
#include <sbhnddma.h>
#include <hnddma.h>
#include <hndpmu.h>