]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/staging/brcm80211/brcmsmac/phy/phy_n.c
staging: brcm80211: #include reduction
[mv-sheeva.git] / drivers / staging / brcm80211 / brcmsmac / phy / phy_n.c
index e10f98dc742e81797a63fe86c56a9c57f3c2f25b..bc5da6046882cbdfd1e8068314cb066f6338244f 100644 (file)
  * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-#include <linux/kernel.h>
-#include <linux/string.h>
-#include <defs.h>
 #include <linux/delay.h>
-#include <linux/pci.h>
+
+#include <brcm_hw_ids.h>
 #include <aiutils.h>
 #include <chipcommon.h>
 #include <pmu.h>
-
-#include <brcm_hw_ids.h>
-#include <dma.h>
-
-#include <types.h>
-#include <phy_radio.h>
-#include <phy_int.h>
-#include <phyreg_n.h>
-#include <phytbl_n.h>
+#include <d11.h>
+#include <phy_shim.h>
+#include "phy_int.h"
+#include "phy_hal.h"
+#include "phy_radio.h"
+#include "phyreg_n.h"
+#include "phytbl_n.h"
 
 #define        READ_RADIO_REG2(pi, radio_type, jspace, core, reg_name) \
        read_radio_reg(pi, radio_type##_##jspace##_##reg_name | \