diff options
author | Johannes Berg <johannes.berg@intel.com> | 2012-04-02 09:04:33 -0400 |
---|---|---|
committer | Wey-Yi Guy <wey-yi.w.guy@intel.com> | 2012-04-23 17:21:38 -0400 |
commit | 6238b00880b7d54a20357bfa90ad9b92afef25fa (patch) | |
tree | b01f51e9ace6e26219142d4634d1948af5703fc9 /drivers/net/wireless/iwlwifi/iwl-trans.h | |
parent | 26470b075a68c0bb31f114f6b9c4544b597e64eb (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-trans.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-trans.h | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-trans.h b/drivers/net/wireless/iwlwifi/iwl-trans.h index d7c30325ce35..ba3c09d5472e 100644 --- a/drivers/net/wireless/iwlwifi/iwl-trans.h +++ b/drivers/net/wireless/iwlwifi/iwl-trans.h | |||
@@ -67,6 +67,8 @@ | |||
67 | #include <linux/mm.h> /* for page_address */ | 67 | #include <linux/mm.h> /* for page_address */ |
68 | 68 | ||
69 | #include "iwl-debug.h" | 69 | #include "iwl-debug.h" |
70 | #include "iwl-config.h" | ||
71 | #include "iwl-fw.h" | ||
70 | 72 | ||
71 | /** | 73 | /** |
72 | * DOC: Transport layer - what is it ? | 74 | * DOC: Transport layer - what is it ? |
@@ -103,13 +105,6 @@ | |||
103 | * 6) Eventually, the free function will be called. | 105 | * 6) Eventually, the free function will be called. |
104 | */ | 106 | */ |
105 | 107 | ||
106 | struct iwl_priv; | ||
107 | struct iwl_shared; | ||
108 | struct iwl_op_mode; | ||
109 | struct fw_img; | ||
110 | struct sk_buff; | ||
111 | struct dentry; | ||
112 | |||
113 | /** | 108 | /** |
114 | * DOC: Host command section | 109 | * DOC: Host command section |
115 | * | 110 | * |