]> git.baikalelectronics.ru Git - kernel.git/commit
ath9k: ath9k_op_ps_wakeup() can be static
authorkbuild test robot <fengguang.wu@intel.com>
Tue, 11 Nov 2014 22:19:48 +0000 (06:19 +0800)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 17 Nov 2014 20:32:13 +0000 (15:32 -0500)
commitdeb23b3d754e382d6fabd3e0bf5623c09b2c87bf
treea4c577f8a9845adc856154970a48238b4c6e7764
parentb390515fe7c5d7340ec0abeaf45cedf8ad9cac36
ath9k: ath9k_op_ps_wakeup() can be static

drivers/net/wireless/ath/ath9k/init.c:91:6: sparse: symbol 'ath9k_op_ps_wakeup' was not declared. Should it be static?
drivers/net/wireless/ath/ath9k/init.c:96:6: sparse: symbol 'ath9k_op_ps_restore' was not declared. Should it be static?
drivers/net/wireless/ath/ath9k/init.c:101:19: sparse: symbol 'ath9k_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/init.c