ath9k_htc: make ath9k_htc_tx_aggr_oper() static
commit9edd9520a2c664c6d72dca68adddd243d00006e8
authorLuis R. Rodriguez <lrodriguez@atheros.com>
Wed, 14 Jul 2010 01:27:25 +0000 (13 21:27 -0400)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 16 Jul 2010 18:03:41 +0000 (16 14:03 -0400)
treeb36c49db256d737109d57da76c3490fd022cb989
parent0e954099b7910524b7fae831fbf2933bd25cb6d0
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