diff options
author | Oleksij Rempel <linux@rempel-privat.de> | 2014-05-11 04:04:35 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2014-05-13 15:56:39 -0400 |
commit | 9d83cd5cd2e43f7f24feec66f8d15457589f7033 (patch) | |
tree | 94a77d7d13b1332538979b29ebd519101bc7efa0 | |
parent | df7382096103ec8eea3b33e6a51f3dfd3f3e41a8 (diff) |
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>
-rw-r--r-- | drivers/net/wireless/ath/ath9k/ath9k.h | 2 | ||||
-rw-r--r-- | drivers/net/wireless/ath/ath9k/hw.c | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/drivers/net/wireless/ath/ath9k/ath9k.h b/drivers/net/wireless/ath/ath9k/ath9k.h index 33a2ae77b595..20dd344bf645 100644 --- a/drivers/net/wireless/ath/ath9k/ath9k.h +++ b/drivers/net/wireless/ath/ath9k/ath9k.h | |||
@@ -23,8 +23,8 @@ | |||
23 | #include <linux/leds.h> | 23 | #include <linux/leds.h> |
24 | #include <linux/completion.h> | 24 | #include <linux/completion.h> |
25 | 25 | ||
26 | #include "debug.h" | ||
27 | #include "common.h" | 26 | #include "common.h" |
27 | #include "debug.h" | ||
28 | #include "mci.h" | 28 | #include "mci.h" |
29 | #include "dfs.h" | 29 | #include "dfs.h" |
30 | #include "spectral.h" | 30 | #include "spectral.h" |
diff --git a/drivers/net/wireless/ath/ath9k/hw.c b/drivers/net/wireless/ath/ath9k/hw.c index dffefee60f22..2a8ed8375ec0 100644 --- a/drivers/net/wireless/ath/ath9k/hw.c +++ b/drivers/net/wireless/ath/ath9k/hw.c | |||
@@ -26,7 +26,6 @@ | |||
26 | #include "ar9003_mac.h" | 26 | #include "ar9003_mac.h" |
27 | #include "ar9003_mci.h" | 27 | #include "ar9003_mci.h" |
28 | #include "ar9003_phy.h" | 28 | #include "ar9003_phy.h" |
29 | #include "debug.h" | ||
30 | #include "ath9k.h" | 29 | #include "ath9k.h" |
31 | 30 | ||
32 | static bool ath9k_hw_set_reset_reg(struct ath_hw *ah, u32 type); | 31 | static bool ath9k_hw_set_reset_reg(struct ath_hw *ah, u32 type); |