]> git.baikalelectronics.ru Git - kernel.git/commit
ath9k_htc: make ath9k_htc_tx_aggr_oper() static
authorLuis R. Rodriguez <lrodriguez@atheros.com>
Wed, 14 Jul 2010 01:27:25 +0000 (21:27 -0400)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 16 Jul 2010 18:03:41 +0000 (14:03 -0400)
commitd2ce2b4134a3c15a88f6311b21f634f6ad947478
treeb36c49db256d737109d57da76c3490fd022cb989
parent89671aa9a5b9bd05209c4c5f2e1a84d542d1ad3c
ath9k_htc: make ath9k_htc_tx_aggr_oper() static

This fixes this sparse complaint:

  CHECK   drivers/net/wireless/ath/ath9k/htc_drv_main.c
drivers/net/wireless/ath/ath9k/htc_drv_main.c:441:5:
warning: symbol 'ath9k_htc_tx_aggr_oper'
 was not declared. Should it be static?

Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath9k/htc_drv_main.c