summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwlwifi/iwl-pci.c
diff options
context:
space:
mode:
authorJohannes Berg <johannes.berg@intel.com>2012-04-02 15:04:33 +0200
committerWey-Yi Guy <wey-yi.w.guy@intel.com>2012-04-23 14:21:38 -0700
commit6238b00880b7d54a20357bfa90ad9b92afef25fa (patch)
treeb01f51e9ace6e26219142d4634d1948af5703fc9 /drivers/net/wireless/iwlwifi/iwl-pci.c
parent26470b075a68c0bb31f114f6b9c4544b597e64eb (diff)
iwlwifi: clean up iwl-shared.h includes
That file is now holding just a few defines and the module parameters, so it shouldn't include anything. Make sure the right users include the right files instead. 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-pci.c')
-rw-r--r--drivers/net/wireless/iwlwifi/iwl-pci.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-pci.c b/drivers/net/wireless/iwlwifi/iwl-pci.c
index 3b41b8493f2e..49d2b1886f2f 100644
--- a/drivers/net/wireless/iwlwifi/iwl-pci.c
+++ b/drivers/net/wireless/iwlwifi/iwl-pci.c
@@ -72,6 +72,7 @@
#include "iwl-drv.h"
#include "iwl-trans.h"
#include "iwl-trans-pcie-int.h"
+#include "iwl-shared.h"
#define IWL_PCI_DEVICE(dev, subdev, cfg) \
.vendor = PCI_VENDOR_ID_INTEL, .device = (dev), \