]> git.karo-electronics.de Git - linux-beck.git/commitdiff
staging: brcm80211: clean up wl_iw.h in fullmac
authorFranky Lin <frankyl@broadcom.com>
Wed, 1 Jun 2011 11:45:43 +0000 (13:45 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 7 Jun 2011 19:40:20 +0000 (12:40 -0700)
Remove #include lines in wl_iw.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/dhd_custom_gpio.c
drivers/staging/brcm80211/brcmfmac/wl_iw.c
drivers/staging/brcm80211/brcmfmac/wl_iw.h

index a3ea4159f0485bb1cf78d74ccebbf06809dd817b..a9423337654701ad1ca872cd969dd950b3c0b230 100644 (file)
@@ -23,8 +23,6 @@
 #include <dngl_stats.h>
 #include <dhd.h>
 
-#include <wl_iw.h>
-
 #define WL_ERROR(fmt, args...) printk(fmt, ##args)
 #define WL_TRACE(fmt, args...) no_printk(fmt, ##args)
 
index da052e7edbd536c029f0c0ec885234626520564f..47960de51be891032b96d4e4140fdbe3b4b1b487 100644 (file)
@@ -19,6 +19,7 @@
 #include <bcmdefs.h>
 #include <linux/netdevice.h>
 #include <linux/etherdevice.h>
+#include <linux/wireless.h>
 
 #include <bcmutils.h>
 #include <bcmwifi.h>
index c92a8b5c59c389b305113ab7bffc406b42d14a7e..aa8902cd6b302cf983ed8988476b2a78d82b3bed 100644 (file)
@@ -17,8 +17,6 @@
 #ifndef _wl_iw_h_
 #define _wl_iw_h_
 
-#include <linux/wireless.h>
-
 #define WL_SCAN_PARAMS_SSID_MAX        10
 #define GET_SSID       "SSID="
 #define GET_CHANNEL    "CH="