Commit ff8ead40 authored by Emmanuel Grumbach's avatar Emmanuel Grumbach Committed by Wey-Yi Guy

iwlwifi: remove unneeded includes

Signed-off-by: default avatarEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: default avatarWey-Yi Guy <wey-yi.w.guy@intel.com>
parent 87ce05a2
...@@ -38,7 +38,6 @@ ...@@ -38,7 +38,6 @@
#include "iwl-agn-hw.h" #include "iwl-agn-hw.h"
#include "iwl-agn.h" #include "iwl-agn.h"
#include "iwl-trans.h" #include "iwl-trans.h"
#include "iwl-shared.h"
int iwlagn_hw_valid_rtc_data_addr(u32 addr) int iwlagn_hw_valid_rtc_data_addr(u32 addr)
{ {
......
...@@ -38,7 +38,6 @@ ...@@ -38,7 +38,6 @@
#include "iwl-io.h" #include "iwl-io.h"
#include "iwl-agn-calib.h" #include "iwl-agn-calib.h"
#include "iwl-agn.h" #include "iwl-agn.h"
#include "iwl-shared.h"
#define IWL_CMD_ENTRY(x) [x] = #x #define IWL_CMD_ENTRY(x) [x] = #x
......
...@@ -30,7 +30,6 @@ ...@@ -30,7 +30,6 @@
#include "iwl-core.h" #include "iwl-core.h"
#include "iwl-agn-calib.h" #include "iwl-agn-calib.h"
#include "iwl-trans.h" #include "iwl-trans.h"
#include "iwl-shared.h"
/* /*
* initialize rxon structure with default values from eeprom * initialize rxon structure with default values from eeprom
......
...@@ -50,7 +50,6 @@ ...@@ -50,7 +50,6 @@
#include "iwl-io.h" #include "iwl-io.h"
#include "iwl-agn-calib.h" #include "iwl-agn-calib.h"
#include "iwl-agn.h" #include "iwl-agn.h"
#include "iwl-shared.h"
#include "iwl-trans.h" #include "iwl-trans.h"
#include "iwl-op-mode.h" #include "iwl-op-mode.h"
......
...@@ -37,12 +37,9 @@ ...@@ -37,12 +37,9 @@
#include "iwl-core.h" #include "iwl-core.h"
#include "iwl-io.h" #include "iwl-io.h"
#include "iwl-power.h" #include "iwl-power.h"
#include "iwl-shared.h"
#include "iwl-agn.h" #include "iwl-agn.h"
#include "iwl-trans.h" #include "iwl-trans.h"
#ifdef CONFIG_IWLWIFI_DEBUGFS #ifdef CONFIG_IWLWIFI_DEBUGFS
#define IWL_TRAFFIC_DUMP_SIZE (IWL_TRAFFIC_ENTRY_SIZE * IWL_TRAFFIC_ENTRIES) #define IWL_TRAFFIC_DUMP_SIZE (IWL_TRAFFIC_ENTRY_SIZE * IWL_TRAFFIC_ENTRIES)
......
...@@ -67,7 +67,6 @@ ...@@ -67,7 +67,6 @@
#include "iwl-drv.h" #include "iwl-drv.h"
#include "iwl-trans.h" #include "iwl-trans.h"
#include "iwl-shared.h"
#include "iwl-op-mode.h" #include "iwl-op-mode.h"
#include "iwl-agn-hw.h" #include "iwl-agn-hw.h"
......
...@@ -63,8 +63,6 @@ ...@@ -63,8 +63,6 @@
#ifndef __iwl_drv_h__ #ifndef __iwl_drv_h__
#define __iwl_drv_h__ #define __iwl_drv_h__
#include "iwl-shared.h"
/** /**
* DOC: Driver system flows - drv component * DOC: Driver system flows - drv component
* *
...@@ -92,6 +90,7 @@ ...@@ -92,6 +90,7 @@
struct iwl_drv; struct iwl_drv;
struct iwl_trans; struct iwl_trans;
struct iwl_cfg;
/** /**
* iwl_drv_start - start the drv * iwl_drv_start - start the drv
* *
......
...@@ -30,7 +30,6 @@ ...@@ -30,7 +30,6 @@
#define __iwl_io_h__ #define __iwl_io_h__
#include "iwl-devtrace.h" #include "iwl-devtrace.h"
#include "iwl-shared.h"
#include "iwl-trans.h" #include "iwl-trans.h"
static inline void iwl_write8(struct iwl_trans *trans, u32 ofs, u8 val) static inline void iwl_write8(struct iwl_trans *trans, u32 ofs, u8 val)
......
...@@ -40,7 +40,6 @@ ...@@ -40,7 +40,6 @@
#include "iwl-agn.h" #include "iwl-agn.h"
#include "iwl-io.h" #include "iwl-io.h"
#include "iwl-trans.h" #include "iwl-trans.h"
#include "iwl-shared.h"
/* Throughput OFF time(ms) ON time (ms) /* Throughput OFF time(ms) ON time (ms)
* >300 25 25 * >300 25 25
......
...@@ -48,7 +48,6 @@ ...@@ -48,7 +48,6 @@
#include "iwl-io.h" #include "iwl-io.h"
#include "iwl-agn-calib.h" #include "iwl-agn-calib.h"
#include "iwl-agn.h" #include "iwl-agn.h"
#include "iwl-shared.h"
#include "iwl-trans.h" #include "iwl-trans.h"
#include "iwl-op-mode.h" #include "iwl-op-mode.h"
......
...@@ -67,7 +67,6 @@ ...@@ -67,7 +67,6 @@
#include <linux/pci.h> #include <linux/pci.h>
#include <linux/pci-aspm.h> #include <linux/pci-aspm.h>
#include "iwl-shared.h"
#include "iwl-trans.h" #include "iwl-trans.h"
#include "iwl-cfg.h" #include "iwl-cfg.h"
#include "iwl-drv.h" #include "iwl-drv.h"
......
...@@ -43,7 +43,6 @@ ...@@ -43,7 +43,6 @@
#include "iwl-debug.h" #include "iwl-debug.h"
#include "iwl-power.h" #include "iwl-power.h"
#include "iwl-trans.h" #include "iwl-trans.h"
#include "iwl-shared.h"
/* /*
* Setting power level allows the card to go to sleep when not busy. * Setting power level allows the card to go to sleep when not busy.
......
...@@ -38,7 +38,6 @@ ...@@ -38,7 +38,6 @@
#include "iwl-fh.h" #include "iwl-fh.h"
#include "iwl-csr.h" #include "iwl-csr.h"
#include "iwl-shared.h"
#include "iwl-trans.h" #include "iwl-trans.h"
#include "iwl-debug.h" #include "iwl-debug.h"
#include "iwl-io.h" #include "iwl-io.h"
......
...@@ -72,7 +72,6 @@ ...@@ -72,7 +72,6 @@
#include "iwl-trans-pcie-int.h" #include "iwl-trans-pcie-int.h"
#include "iwl-csr.h" #include "iwl-csr.h"
#include "iwl-prph.h" #include "iwl-prph.h"
#include "iwl-shared.h"
#include "iwl-eeprom.h" #include "iwl-eeprom.h"
#include "iwl-agn-hw.h" #include "iwl-agn-hw.h"
......
...@@ -66,7 +66,6 @@ ...@@ -66,7 +66,6 @@
#include <linux/ieee80211.h> #include <linux/ieee80211.h>
#include <linux/mm.h> /* for page_address */ #include <linux/mm.h> /* for page_address */
#include "iwl-shared.h"
#include "iwl-debug.h" #include "iwl-debug.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