Commit be217b54 authored by Brett Rudley's avatar Brett Rudley Committed by Greg Kroah-Hartman

staging: brcm80211: Purge unused #includes

Purging unused #includes.
Signed-off-by: default avatarBrett Rudley <brudley@broadcom.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 3327989a
...@@ -19,42 +19,22 @@ ...@@ -19,42 +19,22 @@
#include <typedefs.h> #include <typedefs.h>
#include <linuxver.h> #include <linuxver.h>
#include <osl.h> #include <osl.h>
#include <linux/module.h>
#include <linux/types.h>
#include <linux/errno.h>
#include <linux/pci.h>
#include <linux/init.h>
#include <linux/kernel.h> #include <linux/kernel.h>
#include <linux/netdevice.h>
#include <linux/etherdevice.h> #include <linux/etherdevice.h>
#include <linux/skbuff.h>
#include <linux/delay.h>
#include <linux/string.h> #include <linux/string.h>
#include <linux/ethtool.h>
#include <linux/completion.h>
#include <linux/pci_ids.h> #include <linux/pci_ids.h>
#define WLC_MAXBSSCFG 1 /* single BSS configs */ #define WLC_MAXBSSCFG 1 /* single BSS configs */
#include <asm/system.h>
#include <asm/io.h>
#include <asm/irq.h>
#include <asm/pgtable.h>
#include <asm/uaccess.h>
#include <asm/unaligned.h>
#include <wlc_cfg.h> #include <wlc_cfg.h>
#include <net/mac80211.h> #include <net/mac80211.h>
#include <epivers.h> #include <epivers.h>
#ifndef WLC_HIGH_ONLY #ifndef WLC_HIGH_ONLY
#include <phy_version.h> #include <phy_version.h>
#endif #endif
#include <bcmendian.h>
#include <bcmutils.h> #include <bcmutils.h>
#include <pcicfg.h> #include <pcicfg.h>
#include <wlioctl.h> #include <wlioctl.h>
#include <wlc_key.h> #include <wlc_key.h>
#include <proto/802.1d.h> /* NUMPRIO & BE */
#include <linux/proc_fs.h>
#include <linux/vmalloc.h>
#include <wlc_channel.h> #include <wlc_channel.h>
#include <wlc_pub.h> #include <wlc_pub.h>
#include <wlc_scb.h> #include <wlc_scb.h>
......
...@@ -16,22 +16,15 @@ ...@@ -16,22 +16,15 @@
#include <wlc_cfg.h> #include <wlc_cfg.h>
#include <typedefs.h> #include <typedefs.h>
#include <bcmdefs.h>
#include <linux/kernel.h> #include <linux/kernel.h>
#include <linux/string.h> #include <linux/string.h>
#include <linuxver.h> #include <linuxver.h>
#include <osl.h> #include <osl.h>
#include <bcmutils.h> #include <bcmutils.h>
#include <siutils.h> #include <siutils.h>
#include <proto/802.11.h>
#include <proto/wpa.h>
#include <wlioctl.h> #include <wlioctl.h>
#include <bcmwpa.h>
#include <d11.h>
#include <wlc_rate.h>
#include <wlc_pub.h> #include <wlc_pub.h>
#include <wlc_key.h> #include <wlc_key.h>
#include <wlc_bsscfg.h>
#include <wlc_mac80211.h> #include <wlc_mac80211.h>
#include <wlc_alloc.h> #include <wlc_alloc.h>
......
...@@ -22,16 +22,13 @@ ...@@ -22,16 +22,13 @@
#include <bcmutils.h> #include <bcmutils.h>
#include <siutils.h> #include <siutils.h>
#include <bcmendian.h> #include <bcmendian.h>
#include <proto/802.11.h>
#include <wlioctl.h> #include <wlioctl.h>
#include <sbhndpio.h>
#include <sbhnddma.h> #include <sbhnddma.h>
#include <hnddma.h> #include <hnddma.h>
#include <d11.h> #include <d11.h>
#include <wlc_rate.h> #include <wlc_rate.h>
#include <wlc_pub.h> #include <wlc_pub.h>
#include <wlc_key.h> #include <wlc_key.h>
#include <wlc_bsscfg.h>
#include <wlc_mac80211.h> #include <wlc_mac80211.h>
#include <wlc_phy_hal.h> #include <wlc_phy_hal.h>
#include <wlc_antsel.h> #include <wlc_antsel.h>
......
...@@ -19,24 +19,18 @@ ...@@ -19,24 +19,18 @@
#ifdef WLANTSEL #ifdef WLANTSEL
#include <typedefs.h> #include <typedefs.h>
#include <qmath.h>
#include <linux/kernel.h> #include <linux/kernel.h>
#include <linuxver.h> #include <linuxver.h>
#include <bcmdefs.h> #include <bcmdefs.h>
#include <osl.h> #include <osl.h>
#include <bcmutils.h> #include <bcmutils.h>
#include <siutils.h> #include <siutils.h>
#include <bcmendian.h>
#include <wlioctl.h> #include <wlioctl.h>
#include <wlc_phy_radio.h>
#include <bitfuncs.h>
#include <proto/802.11.h>
#include <d11.h> #include <d11.h>
#include <wlc_rate.h> #include <wlc_rate.h>
#include <wlc_key.h> #include <wlc_key.h>
#include <wlc_pub.h> #include <wlc_pub.h>
#include <wlc_bsscfg.h>
#include <wl_dbg.h> #include <wl_dbg.h>
#include <wlc_mac80211.h> #include <wlc_mac80211.h>
#include <wlc_bmac.h> #include <wlc_bmac.h>
......
...@@ -19,9 +19,7 @@ ...@@ -19,9 +19,7 @@
#include <linuxver.h> #include <linuxver.h>
#include <bcmutils.h> #include <bcmutils.h>
#include <siutils.h> #include <siutils.h>
#include <bcmendian.h>
#include <wlioctl.h> #include <wlioctl.h>
#include <wl_dbg.h>
#include <wlc_cfg.h> #include <wlc_cfg.h>
#include <wlc_pub.h> #include <wlc_pub.h>
#include <wlc_key.h> #include <wlc_key.h>
......
...@@ -25,17 +25,12 @@ ...@@ -25,17 +25,12 @@
#include <bcmwifi.h> #include <bcmwifi.h>
#include <siutils.h> #include <siutils.h>
#include <bcmendian.h> #include <bcmendian.h>
#include <proto/802.1d.h>
#include <proto/802.11.h>
#include <proto/wpa.h> #include <proto/wpa.h>
#include <hndsoc.h>
#include <sbchipc.h>
#include <pcicfg.h> #include <pcicfg.h>
#include <bcmsrom.h> #include <bcmsrom.h>
#include <wlioctl.h> #include <wlioctl.h>
#include <epivers.h> #include <epivers.h>
#include <bcmwpa.h> #include <bcmwpa.h>
#include <sbhndpio.h>
#include <sbhnddma.h> #include <sbhnddma.h>
#include <hnddma.h> #include <hnddma.h>
#include <hndpmu.h> #include <hndpmu.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment