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

Move #includes out of d11.h and into .c files

Signed-off-by: Brett Rudley <brudley@broadcom.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Brett Rudley 2010-10-26 09:17:06 -07:00 committed by Greg Kroah-Hartman
parent ded6d25baa
commit a52ba66cf2
16 changed files with 34 additions and 4 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -15,6 +15,8 @@
*/
#include <linux/types.h>
#include <sbhndpio.h>
#include <sbhnddma.h>
#include <wlc_phy_int.h>
#include <wlc_phytbl_lcn.h>

View File

@ -16,6 +16,8 @@
#include <linux/kernel.h>
#include <sbhndpio.h>
#include <sbhnddma.h>
#include <wlc_phy_int.h>
#include <wlc_phytbl_n.h>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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.

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>