• H
    drivers/net/wireless/ath9k: fix sparse warnings: Should it be static? · 93f726a9
    Hannes Eder 提交于
    Impact: Make symbols static.
    
    Fix this sparse warnings:
      drivers/net/wireless/ath9k/eeprom.c:1343:5: warning: symbol 'ath9k_hw_4k_get_spur_channel' was not declared. Should it be static?
      drivers/net/wireless/ath9k/eeprom.c:1372:19: warning: symbol 'eep_4k_ops' was not declared. Should it be static?
      drivers/net/wireless/ath9k/eeprom.c:2649:5: warning: symbol 'ath9k_hw_def_get_spur_channel' was not declared. Should it be static?
      drivers/net/wireless/ath9k/eeprom.c:2678:19: warning: symbol 'eep_def_ops' was not declared. Should it be static?
    Signed-off-by: NHannes Eder <hannes@hanneseder.net>
    Signed-off-by: NDavid S. Miller <davem@davemloft.net>
    93f726a9
eeprom.c 76.0 KB