From: Fengguang Wu Date: Sat, 12 Jan 2013 02:28:12 +0000 (+0800) Subject: ath9k_hw: ar9002_hw_spectral_scan_config() can be static X-Git-Tag: v3.9-rc1~139^2~242^2^2~25 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e2d4a24e03f9f7b255e86a2537dca0927f08af4a;p=profile%2Fivi%2Fkernel-x86-ivi.git ath9k_hw: ar9002_hw_spectral_scan_config() can be static Signed-off-by: Fengguang Wu Signed-off-by: John W. Linville --- diff --git a/drivers/net/wireless/ath/ath9k/ar9002_phy.c b/drivers/net/wireless/ath/ath9k/ar9002_phy.c index 2cb665e..f400351 100644 --- a/drivers/net/wireless/ath/ath9k/ar9002_phy.c +++ b/drivers/net/wireless/ath/ath9k/ar9002_phy.c @@ -555,7 +555,7 @@ static void ar9002_hw_antdiv_comb_conf_set(struct ath_hw *ah, REG_WRITE(ah, AR_PHY_MULTICHAIN_GAIN_CTL, regval); } -void ar9002_hw_spectral_scan_config(struct ath_hw *ah, +static void ar9002_hw_spectral_scan_config(struct ath_hw *ah, struct ath_spec_scan *param) { u8 count;