summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath9k/hw.h
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2010-10-15 22:03:33 +0400
committerJohn W. Linville <linville@tuxdriver.com>2010-11-10 00:13:25 +0300
commit744bcb42a1ff1b9200e82dd074468877e31ff161 (patch)
tree93b5b362193889461072517ec9602c02bc688f6b /drivers/net/wireless/ath/ath9k/hw.h
parent8eb1dabbd10e067cff671935d3e0c819f8e80d54 (diff)
downloadlinux-744bcb42a1ff1b9200e82dd074468877e31ff161.tar.xz
ath9k_hw: make ath9k_hw_gettsf32 static
It is now only used in hw.c Signed-off-by: Felix Fietkau <nbd@openwrt.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/hw.h')
-rw-r--r--drivers/net/wireless/ath/ath9k/hw.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/hw.h b/drivers/net/wireless/ath/ath9k/hw.h
index d032939768b0..e68204ae899c 100644
--- a/drivers/net/wireless/ath/ath9k/hw.h
+++ b/drivers/net/wireless/ath/ath9k/hw.h
@@ -892,7 +892,6 @@ void ath9k_hw_gen_timer_stop(struct ath_hw *ah, struct ath_gen_timer *timer);
void ath_gen_timer_free(struct ath_hw *ah, struct ath_gen_timer *timer);
void ath_gen_timer_isr(struct ath_hw *hw);
-u32 ath9k_hw_gettsf32(struct ath_hw *ah);
void ath9k_hw_name(struct ath_hw *ah, char *hw_name, size_t len);