]> Pileus Git - ~andy/linux/commitdiff
ath9k_hw: ar9002_hw_spectral_scan_config() can be static
authorFengguang Wu <fengguang.wu@intel.com>
Sat, 12 Jan 2013 02:28:12 +0000 (10:28 +0800)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 14 Jan 2013 20:10:40 +0000 (15:10 -0500)
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath9k/ar9002_phy.c

index 2cb665e2ea229021c7d11a98caf740b3b05d4f63..f4003512d8d57e223c59fc10477ad9f99d262ede 100644 (file)
@@ -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;