]> git.openfabrics.org - ~shefty/rdma-dev.git/commit
ath9k: make ath_mci_duty_cycle static
authorLuis R. Rodriguez <mcgrof@qca.qualcomm.com>
Wed, 21 Dec 2011 17:27:01 +0000 (09:27 -0800)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 4 Jan 2012 19:30:42 +0000 (14:30 -0500)
commit6ec414fd123f847d590ba71e68b48e77bbdb3442
treee6c2eb4668914106da8ccfd1c950fba5415b3101
parent84c816dad5f5af90699ca12a520f25f9067bad79
ath9k: make ath_mci_duty_cycle static

This fixes this sparse warning:

  CHECK   drivers/net/wireless/ath/ath9k/mci.c
drivers/net/wireless/ath/ath9k/mci.c:23:4: warning: symbol 'ath_mci_duty_cycle' was not declared. Should it be static?

Signed-off-by: Luis R. Rodriguez <mcgrof@qca.qualcomm.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath9k/mci.c