Browse Source

iwlwifi: remove duplicate includes

Reported by "make includecheck"

Tested that the corresponding sources still compile well on x86

Signed-off-by: Michael Opdenacker <michael.opdenacker@free-electrons.com>
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Michael Opdenacker 11 years ago
parent
commit
16f00762a7
2 changed files with 0 additions and 2 deletions
  1. 0 1
      drivers/net/wireless/iwlwifi/iwl-io.c
  2. 0 1
      drivers/net/wireless/iwlwifi/mvm/mvm.h

+ 0 - 1
drivers/net/wireless/iwlwifi/iwl-io.c

@@ -34,7 +34,6 @@
 #include "iwl-csr.h"
 #include "iwl-debug.h"
 #include "iwl-fh.h"
-#include "iwl-csr.h"
 
 #define IWL_POLL_INTERVAL 10	/* microseconds */
 

+ 0 - 1
drivers/net/wireless/iwlwifi/mvm/mvm.h

@@ -73,7 +73,6 @@
 #include "iwl-trans.h"
 #include "iwl-notif-wait.h"
 #include "iwl-eeprom-parse.h"
-#include "iwl-trans.h"
 #include "sta.h"
 #include "fw-api.h"
 #include "constants.h"