Browse Source

ath9k: reorder or remove some includes

to fix compile errors

Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Oleksij Rempel 11 years ago
parent
commit
9d83cd5cd2
2 changed files with 1 additions and 2 deletions
  1. 1 1
      drivers/net/wireless/ath/ath9k/ath9k.h
  2. 0 1
      drivers/net/wireless/ath/ath9k/hw.c

+ 1 - 1
drivers/net/wireless/ath/ath9k/ath9k.h

@@ -23,8 +23,8 @@
 #include <linux/leds.h>
 #include <linux/leds.h>
 #include <linux/completion.h>
 #include <linux/completion.h>
 
 
-#include "debug.h"
 #include "common.h"
 #include "common.h"
+#include "debug.h"
 #include "mci.h"
 #include "mci.h"
 #include "dfs.h"
 #include "dfs.h"
 #include "spectral.h"
 #include "spectral.h"

+ 0 - 1
drivers/net/wireless/ath/ath9k/hw.c

@@ -26,7 +26,6 @@
 #include "ar9003_mac.h"
 #include "ar9003_mac.h"
 #include "ar9003_mci.h"
 #include "ar9003_mci.h"
 #include "ar9003_phy.h"
 #include "ar9003_phy.h"
-#include "debug.h"
 #include "ath9k.h"
 #include "ath9k.h"
 
 
 static bool ath9k_hw_set_reset_reg(struct ath_hw *ah, u32 type);
 static bool ath9k_hw_set_reset_reg(struct ath_hw *ah, u32 type);