diff options
author | Kalle Valo <kvalo@qca.qualcomm.com> | 2011-10-24 13:16:44 +0400 |
---|---|---|
committer | Kalle Valo <kvalo@qca.qualcomm.com> | 2011-11-11 14:58:53 +0400 |
commit | a9ab6ccf2db68c5d7ca93ff00e33644f66f35cdb (patch) | |
tree | 22830f52cd621fb2b08e472a222948b4c79e9f19 /drivers/net/wireless/ath/ath6kl/common.h | |
parent | 551959d84d22b891e93d54fe43a4c7181581e8c4 (diff) | |
download | linux-a9ab6ccf2db68c5d7ca93ff00e33644f66f35cdb.tar.xz |
ath6kl: remove unused A_CACHE_LINE_PAD
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath6kl/common.h')
-rw-r--r-- | drivers/net/wireless/ath/ath6kl/common.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/wireless/ath/ath6kl/common.h b/drivers/net/wireless/ath/ath6kl/common.h index 877cb7017383..7968371598c8 100644 --- a/drivers/net/wireless/ath/ath6kl/common.h +++ b/drivers/net/wireless/ath/ath6kl/common.h @@ -23,8 +23,6 @@ extern int ath6kl_printk(const char *level, const char *fmt, ...); -#define A_CACHE_LINE_PAD 128 - /* * Reflects the version of binary interface exposed by ATH6KL target * firmware. Needs to be incremented by 1 for any change in the firmware |