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)
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>

No differences found