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-debug.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-debug.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-debug.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-debug.h b/drivers/net/wireless/iwlwifi/iwl-debug.h index a7f3f339c48e..2dcbeba24abb 100644 --- a/drivers/net/wireless/iwlwifi/iwl-debug.h +++ b/drivers/net/wireless/iwlwifi/iwl-debug.h | |||
@@ -30,7 +30,6 @@ | |||
30 | #define __iwl_debug_h__ | 30 | #define __iwl_debug_h__ |
31 | 31 | ||
32 | #include "iwl-shared.h" | 32 | #include "iwl-shared.h" |
33 | #include "iwl-devtrace.h" | ||
34 | 33 | ||
35 | 34 | ||
36 | static inline bool iwl_have_debug_level(u32 level) | 35 | static inline bool iwl_have_debug_level(u32 level) |