]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
staging: brcm80211: clean up wl_cfg80211.h in fullmac
authorFranky Lin <frankyl@broadcom.com>
Wed, 1 Jun 2011 11:45:42 +0000 (13:45 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 7 Jun 2011 19:40:19 +0000 (12:40 -0700)
Remove #include lines in wl_cfg80211.h

Signed-off-by: Franky Lin <frankyl@broadcom.com>
Reviewed-by: Roland Vossen <rvossen@broadcom.com>
Reviewed-by: Arend van Spriel <arend@broadcom.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/brcm80211/brcmfmac/bcmsdh_sdmmc_linux.c
drivers/staging/brcm80211/brcmfmac/dhd_linux.c
drivers/staging/brcm80211/brcmfmac/wl_cfg80211.h

index f495d4bdfa1cd4bca5b5292d901e528e2735f7f1..fbc9abd73799c00845fb2be01b633fc4329a1b66 100644 (file)
@@ -16,6 +16,7 @@
 #include <linux/types.h>
 #include <linux/sched.h>       /* request_irq() */
 #include <linux/netdevice.h>
+#include <net/cfg80211.h>
 #include <bcmdefs.h>
 #include <bcmutils.h>
 #include <bcmwifi.h>
index b023fc847fafb12ca56d9dcfe23676be5741218c..6ba50bbe611eb6be2b1b37cb4040fc26fed3f066 100644 (file)
@@ -31,6 +31,7 @@
 #include <linux/fcntl.h>
 #include <linux/fs.h>
 #include <linux/uaccess.h>
+#include <net/cfg80211.h>
 #include <bcmdefs.h>
 #include <bcmutils.h>
 #include <bcmwifi.h>
index 4bd039284686cc19772b4ac26311d76f93d6123d..33fb03acee518f2f18f6203a67d6fa8fffeebab6 100644 (file)
 #ifndef _wl_cfg80211_h_
 #define _wl_cfg80211_h_
 
-#include <linux/wireless.h>
-#include <linux/wireless.h>
-#include <net/cfg80211.h>
-
 struct wl_conf;
 struct wl_iface;
 struct wl_priv;