]> git.karo-electronics.de Git - linux-beck.git/commitdiff
staging: brcm80211: Move #includes out of d11.h
authorBrett Rudley <brudley@broadcom.com>
Tue, 26 Oct 2010 16:17:06 +0000 (09:17 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 9 Nov 2010 23:33:17 +0000 (15:33 -0800)
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>
16 files changed:
drivers/staging/brcm80211/include/d11.h
drivers/staging/brcm80211/phy/wlc_phy_cmn.c
drivers/staging/brcm80211/phy/wlc_phy_lcn.c
drivers/staging/brcm80211/phy/wlc_phy_n.c
drivers/staging/brcm80211/phy/wlc_phytbl_lcn.c
drivers/staging/brcm80211/phy/wlc_phytbl_n.c
drivers/staging/brcm80211/sys/wl_mac80211.c
drivers/staging/brcm80211/sys/wlc_alloc.c
drivers/staging/brcm80211/sys/wlc_ampdu.c
drivers/staging/brcm80211/sys/wlc_antsel.c
drivers/staging/brcm80211/sys/wlc_bmac.c
drivers/staging/brcm80211/sys/wlc_channel.c
drivers/staging/brcm80211/sys/wlc_event.c
drivers/staging/brcm80211/sys/wlc_mac80211.c
drivers/staging/brcm80211/sys/wlc_rate.c
drivers/staging/brcm80211/sys/wlc_stf.c

index f52714165cc9fdb719847d86e109af2884d549dd..be2d4970407c08afb1bf80d33f571f10fe736e9b 100644 (file)
 #ifndef        _D11_H
 #define        _D11_H
 
-#include <bcmdevs.h>
-#include <sbhndpio.h>
-#include <sbhnddma.h>
-
 /* This marks the start of a packed structure section. */
 #include <packed_section_start.h>
 
index 8287261120f4993eaaafe8c2c7d19e092e3f6006..c1882e2b291f708a7ac5872ab905d9be9a1faee4 100644 (file)
@@ -24,6 +24,9 @@
 #include <bcmendian.h>
 #include <bcmnvram.h>
 #include <sbchipc.h>
+#include <bcmdevs.h>
+#include <sbhndpio.h>
+#include <sbhnddma.h>
 
 #include <wlc_phy_int.h>
 #include <wlc_phyreg_n.h>
index 3d3112ed4e20499c9da964cf169ac80c1761205f..4efd8623e715cc43fac8dab94abdaf55b5a24e97 100644 (file)
 #include <siutils.h>
 #include <hndpmu.h>
 
+#include <bcmdevs.h>
+#include <sbhndpio.h>
+#include <sbhnddma.h>
+
 #include <wlc_phy_radio.h>
 #include <wlc_phy_int.h>
 #include <wlc_phy_lcn.h>
index 950008f122b1696b4a7e12567a22ff10b9557565..36f73e8adb64d72ad886bc94a5e7c65ca8895106 100644 (file)
 #include <hndpmu.h>
 #include <bcmendian.h>
 
+#include <bcmdevs.h>
+#include <sbhndpio.h>
+#include <sbhnddma.h>
+
 #include <wlc_phy_radio.h>
 #include <wlc_phy_int.h>
 #include <wlc_phyreg_n.h>
index 6ce9e5d96830b02e6dae52b7d6c19b2020c52ca4..fd155a0a22efb38321770aa56e40d497ed35e628 100644 (file)
@@ -15,6 +15,8 @@
  */
 
 #include <linux/types.h>
+#include <sbhndpio.h>
+#include <sbhnddma.h>
 #include <wlc_phy_int.h>
 #include <wlc_phytbl_lcn.h>
 
index 7cc2c563c72730162e3b08cc192c91b14f7a22c8..257c0bba4e5473c5d8769b83f1463d3755050a07 100644 (file)
@@ -16,6 +16,8 @@
 
 #include <linux/kernel.h>
 
+#include <sbhndpio.h>
+#include <sbhnddma.h>
 #include <wlc_phy_int.h>
 #include <wlc_phytbl_n.h>
 
index d060377629ac2fc69320a17600a1371b201dec40..d182b0233c9b6bd4f345f1b021efb4d2243da749 100644 (file)
@@ -35,6 +35,8 @@
 #include <pcicfg.h>
 #include <wlioctl.h>
 #include <wlc_key.h>
+#include <sbhndpio.h>
+#include <sbhnddma.h>
 #include <wlc_channel.h>
 #include <wlc_pub.h>
 #include <wlc_scb.h>
index 2dc89f9c26352ef00d99fc33598c9dab79311772..dc1fe2448d70d5659a30e40e9b1e570858b3f2b8 100644 (file)
@@ -24,6 +24,8 @@
 #include <wlioctl.h>
 #include <wlc_pub.h>
 #include <wlc_key.h>
+#include <sbhndpio.h>
+#include <sbhnddma.h>
 #include <wlc_mac80211.h>
 #include <wlc_alloc.h>
 
index a4e49f3c1363c6d95025e0c8fc4f3f7c1764b7a8..7a8340bd80ddb47643d620ad773b0bfe8f6aab0f 100644 (file)
@@ -23,6 +23,7 @@
 #include <siutils.h>
 #include <bcmendian.h>
 #include <wlioctl.h>
+#include <sbhndpio.h>
 #include <sbhnddma.h>
 #include <hnddma.h>
 #include <d11.h>
index 5ff8831d2fa860f7b42e7240e8a6c9456514da30..eac5b21d5df571b492044280bbd95e3e369c0e27 100644 (file)
@@ -26,6 +26,9 @@
 #include <siutils.h>
 #include <wlioctl.h>
 
+#include <bcmdevs.h>
+#include <sbhndpio.h>
+#include <sbhnddma.h>
 #include <d11.h>
 #include <wlc_rate.h>
 #include <wlc_key.h>
index b70f9d099233becbc9d3585df5589c33bfd1e5fd..5045b8c68300f63e1b772832b319ebd219b9144e 100644 (file)
@@ -42,6 +42,7 @@
 #include <wlc_channel.h>
 #include <bcmsrom.h>
 #include <wlc_key.h>
+#include <bcmdevs.h>
 /* BMAC_NOTE: a WLC_HIGH compile include of wlc.h adds in more structures and type
  * dependencies. Need to include these to files to allow a clean include of wlc.h
  * with WLC_HIGH defined.
index 509280337e34ff15d1f8e2f5781be4831b5a7f78..e786d990639eeca152572af1a443438ca267554c 100644 (file)
@@ -22,6 +22,8 @@
 #include <linuxver.h>
 #include <bcmutils.h>
 #include <siutils.h>
+#include <sbhndpio.h>
+#include <sbhnddma.h>
 #include <wlioctl.h>
 #include <wlc_pub.h>
 #include <wlc_key.h>
index 7e1bf0e2ecddbb87f26dd1c5b4eeca45f4c7f86a..87181c111056197e9334a4b0112ecd384fe505e8 100644 (file)
@@ -19,6 +19,8 @@
 #include <linuxver.h>
 #include <bcmutils.h>
 #include <siutils.h>
+#include <sbhndpio.h>
+#include <sbhnddma.h>
 #include <wlioctl.h>
 #include <wlc_cfg.h>
 #include <wlc_pub.h>
index feaffcc64ec6f7889168d2de1a811d867a2f91a8..f64177436a62ba8b45ad63f6f8305807490fd53d 100644 (file)
@@ -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>
index d2d72568756dfdf3af8b64fb0ad3fd6c0ed93e2f..5b216b0bd9a41737d8203234adbe9c1ec1f2ba07 100644 (file)
@@ -23,6 +23,8 @@
 #include <bcmendian.h>
 #include <wlioctl.h>
 
+#include <sbhndpio.h>
+#include <sbhnddma.h>
 #include <proto/802.11.h>
 #include <d11.h>
 #include <wlc_rate.h>
index 4728ad90e295f8bb25adb721b92078f54ccde4f7..2d02ae7bdd8b174db016761d15f61909d1d5925d 100644 (file)
@@ -25,6 +25,8 @@
 #include <proto/802.11.h>
 #include <wlioctl.h>
 #include <bcmwifi.h>
+#include <sbhndpio.h>
+#include <sbhnddma.h>
 #include <d11.h>
 #include <wlc_rate.h>
 #include <wlc_pub.h>