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>
This commit is contained in:
Johannes Berg
2012-04-02 15:04:33 +02:00
committed by Wey-Yi Guy
parent 26470b075a
commit 6238b00880
11 changed files with 13 additions and 13 deletions

View File

@@ -30,7 +30,6 @@
#define __iwl_debug_h__
#include "iwl-shared.h"
#include "iwl-devtrace.h"
static inline bool iwl_have_debug_level(u32 level)