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

staging: brcm80211: Move #includes out of d11.h

Move #includes out of d11.h and into .c files
Signed-off-by: default avatarBrett Rudley <brudley@broadcom.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent ded6d25b
......@@ -17,10 +17,6 @@
#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>
......
......@@ -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>
......
......@@ -24,6 +24,10 @@
#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>
......
......@@ -25,6 +25,10 @@
#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>
......
......@@ -15,6 +15,8 @@
*/
#include <linux/types.h>
#include <sbhndpio.h>
#include <sbhnddma.h>
#include <wlc_phy_int.h>
#include <wlc_phytbl_lcn.h>
......
......@@ -16,6 +16,8 @@
#include <linux/kernel.h>
#include <sbhndpio.h>
#include <sbhnddma.h>
#include <wlc_phy_int.h>
#include <wlc_phytbl_n.h>
......
......@@ -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>
......
......@@ -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>
......
......@@ -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>
......
......@@ -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>
......
......@@ -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.
......
......@@ -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>
......
......@@ -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>
......
......@@ -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>
......
......@@ -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>
......
......@@ -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>
......
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