]> git.baikalelectronics.ru Git - kernel.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)
commit9d4c4c61396d4f78599bdf98c28594bb0f9d7f08
treee6c2eb4668914106da8ccfd1c950fba5415b3101
parent8a36187a5511544dc885d9da06e7d7083eb15727
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