OSDN Git Service

ath9k_htc: ath9k_htc_op_ps_wakeup() can be static
authorkbuild test robot <fengguang.wu@intel.com>
Tue, 11 Nov 2014 22:24:17 +0000 (06:24 +0800)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 17 Nov 2014 20:32:14 +0000 (15:32 -0500)
commit7d031552661ba61f9f258ec21272b4eafa9c21b4
treed6afa859c425dc86ca33f2de130873184e00fb33
parentd81f9a09bcd4fa3a4ba54bb02e94d2b6f30a889d
ath9k_htc: ath9k_htc_op_ps_wakeup() can be static

drivers/net/wireless/ath/ath9k/htc_drv_init.c:56:6: sparse: symbol 'ath9k_htc_op_ps_wakeup' was not declared. Should it be static?
drivers/net/wireless/ath/ath9k/htc_drv_init.c:61:6: sparse: symbol 'ath9k_htc_op_ps_restore' was not declared. Should it be static?
drivers/net/wireless/ath/ath9k/htc_drv_init.c:66:19: sparse: symbol 'ath9k_htc_ps_ops' was not declared. Should it be static?

Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath9k/htc_drv_init.c