ath9k: reorder or remove some includes
authorOleksij Rempel <linux@rempel-privat.de>
Sun, 11 May 2014 08:04:35 +0000 (10:04 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 13 May 2014 19:56:39 +0000 (15:56 -0400)
to fix compile errors

Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath9k/ath9k.h
drivers/net/wireless/ath/ath9k/hw.c

index 33a2ae77b59514b66269cfbc7c42512611d7c8a6..20dd344bf645504b0869903d60f1b3f9080e1c58 100644 (file)
@@ -23,8 +23,8 @@
 #include <linux/leds.h>
 #include <linux/completion.h>
 
-#include "debug.h"
 #include "common.h"
+#include "debug.h"
 #include "mci.h"
 #include "dfs.h"
 #include "spectral.h"
index dffefee60f221334db6ec7d0132ccba467369ea2..2a8ed8375ec0584771f4f7dcc833d17131ec34b2 100644 (file)
@@ -26,7 +26,6 @@
 #include "ar9003_mac.h"
 #include "ar9003_mci.h"
 #include "ar9003_phy.h"
-#include "debug.h"
 #include "ath9k.h"
 
 static bool ath9k_hw_set_reset_reg(struct ath_hw *ah, u32 type);