diff options
author | Sujith Manoharan <c_manoha@qca.qualcomm.com> | 2015-02-16 10:49:53 +0530 |
---|---|---|
committer | Kalle Valo <kvalo@codeaurora.org> | 2015-03-03 14:55:13 +0200 |
commit | ae55099f5b6f79ec88a91af3dae3f6cdfec92303 (patch) | |
tree | f0db0607f36282cd17e2a31bc89b7b985ea3aa2c /drivers/net/wireless/ath/ath9k/hw.h | |
parent | ff5e56859d3887eca6479d2868521126a83ceda1 (diff) |
ath9k: Move MCI registers to reg_mci.h
Signed-off-by: Sujith Manoharan <c_manoha@qca.qualcomm.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/hw.h')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/hw.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath9k/hw.h b/drivers/net/wireless/ath/ath9k/hw.h index e82e570de330..29a25d92add7 100644 --- a/drivers/net/wireless/ath/ath9k/hw.h +++ b/drivers/net/wireless/ath/ath9k/hw.h @@ -27,6 +27,7 @@ #include "eeprom.h" #include "calib.h" #include "reg.h" +#include "reg_mci.h" #include "phy.h" #include "btcoex.h" #include "dynack.h" |