diff options
author | Oleksij Rempel <linux@rempel-privat.de> | 2014-05-11 10:04:31 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2014-05-13 15:56:36 -0400 |
commit | f2c3c952a5966e734f600e772ed65b5d34033891 (patch) | |
tree | 7d2dc9ac8b5b6cfbfc6da1c7cbaabbdcb858c015 /drivers/net/wireless/ath/ath9k/common.h | |
parent | fbe057d8a185d4b588bd5dc18ea43fd12ce3d689 (diff) | |
download | lwn-f2c3c952a5966e734f600e772ed65b5d34033891.tar.gz lwn-f2c3c952a5966e734f600e772ed65b5d34033891.zip |
ath9k-common: create common-debug and move modal_eeprom to cmn
Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/common.h')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath9k/common.h b/drivers/net/wireless/ath/ath9k/common.h index ca38116838f0..ffc454b18637 100644 --- a/drivers/net/wireless/ath/ath9k/common.h +++ b/drivers/net/wireless/ath/ath9k/common.h @@ -23,6 +23,7 @@ #include "common-init.h" #include "common-beacon.h" +#include "common-debug.h" /* Common header for Atheros 802.11n base driver cores */ |