forked from Minki/linux
iwlwifi: clean up iwl-core.h inclusions
The transport doesn't need to include iwl-core.h any more. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
0e781842cb
commit
1b29dc94ac
@ -30,8 +30,7 @@
|
||||
#include <linux/wait.h>
|
||||
#include <linux/gfp.h>
|
||||
|
||||
/*TODO: Remove include to iwl-core.h*/
|
||||
#include "iwl-core.h"
|
||||
#include "iwl-prph.h"
|
||||
#include "iwl-io.h"
|
||||
#include "iwl-trans-pcie-int.h"
|
||||
#include "iwl-op-mode.h"
|
||||
|
@ -75,7 +75,6 @@
|
||||
#include "iwl-shared.h"
|
||||
#include "iwl-eeprom.h"
|
||||
#include "iwl-agn-hw.h"
|
||||
#include "iwl-core.h"
|
||||
|
||||
#define IWL_MASK(lo, hi) ((1 << (hi)) | ((1 << (hi)) - (1 << (lo))))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user