ath5k: remove stale function declarations, make some functions static
authorPavel Roskin <proski@gnu.org>
Fri, 19 Feb 2010 01:28:02 +0000 (20:28 -0500)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 9 Mar 2010 20:02:54 +0000 (15:02 -0500)
commit626ede6b1aafb3a8cadfdd04b512fd1d3dc2113e
treeb27f4e4d8f05b293ca0a32f54fb37e38f1870f87
parent62bb2ac5cb6c2f813e151617525ec518e2d1c649
ath5k: remove stale function declarations, make some functions static

Remove all unnecessary function declarations from ath5k.h.  Comment out
unused functions.  Remove ath5k_hw_get_tsf32(), which is too trivial to
be commented out.  Make functions static if suggested by sparse.  Make
ath5k_pm_ops static.

Signed-off-by: Pavel Roskin <proski@gnu.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath5k/ath5k.h
drivers/net/wireless/ath/ath5k/base.c
drivers/net/wireless/ath/ath5k/pcu.c
drivers/net/wireless/ath/ath5k/phy.c
drivers/net/wireless/ath/ath5k/qcu.c
drivers/net/wireless/ath/ath5k/reset.c