Skip to content

Commit

Permalink
staging: brcm80211: clean up wl_iw.h in fullmac
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Franky Lin authored and Greg Kroah-Hartman committed Jun 7, 2011
1 parent 583c382 commit b64f7a6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions drivers/staging/brcm80211/brcmfmac/dhd_custom_gpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
1 change: 1 addition & 0 deletions drivers/staging/brcm80211/brcmfmac/wl_iw.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 0 additions & 2 deletions drivers/staging/brcm80211/brcmfmac/wl_iw.h
Original file line number Diff line number Diff line change
Expand Up @@ -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="
Expand Down

0 comments on commit b64f7a6

Please sign in to comment.