Commit 9d83cd5c authored by Oleksij Rempel's avatar Oleksij Rempel Committed by John W. Linville

ath9k: reorder or remove some includes

to fix compile errors
Signed-off-by: default avatarOleksij Rempel <linux@rempel-privat.de>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent df738209
...@@ -23,8 +23,8 @@ ...@@ -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"
......
...@@ -26,7 +26,6 @@ ...@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment