summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/iwl-6000.c
diff options
context:
space:
mode:
authorJohannes Berg <johannes.berg@intel.com>2012-04-03 20:57:59 +0200
committerWey-Yi Guy <wey-yi.w.guy@intel.com>2012-04-23 14:30:16 -0700
commit0db19cde17ece4695cec503f9f6f0a1d4621dac7 (patch)
treebecebefef156c6cf6a332a0fc5ddfa4bd1e18c1d /drivers/net/wireless/iwlwifi/iwl-6000.c
parent9fcf4ad4d66c5e61fb8c7a324921b44dab93ce3d (diff)
downloadop-kernel-dev-0db19cde17ece4695cec503f9f6f0a1d4621dac7.zip
op-kernel-dev-0db19cde17ece4695cec503f9f6f0a1d4621dac7.tar.gz
iwlwifi: clean up some hw file includes
We can't get rid of everything yet due to the BT definitions that I'm not quite sure yet how to handle, but we can get rid of most unneeded includes. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-6000.c')
-rw-r--r--drivers/net/wireless/iwlwifi/iwl-6000.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-6000.c b/drivers/net/wireless/iwlwifi/iwl-6000.c
index 6db0a40..08afedf 100644
--- a/drivers/net/wireless/iwlwifi/iwl-6000.c
+++ b/drivers/net/wireless/iwlwifi/iwl-6000.c
@@ -28,7 +28,8 @@
#include <linux/stringify.h>
#include "iwl-config.h"
#include "iwl-cfg.h"
-#include "iwl-dev.h" /* still needed */
+#include "iwl-agn-hw.h"
+#include "iwl-commands.h" /* needed for BT for now */
/* Highest firmware API version supported */
#define IWL6000_UCODE_API_MAX 6
OpenPOWER on IntegriCloud