• Luis R. Rodriguez's avatar
    ath9k: make few eeprom and calib items static · 15cc0f1a
    Luis R. Rodriguez authored
    This fixes the sparse complaints:
    
    drivers/net/wireless/ath9k/eeprom.c:1407:5: warning: symbol
    'ath9k_hw_4k_get_spur_channel' was not declared. Should it be static?
    drivers/net/wireless/ath9k/eeprom.c:1436:19: warning: symbol
    'eep_4k_ops' was not declared. Should it be static?
    drivers/net/wireless/ath9k/eeprom.c:2808:5: warning: symbol
    'ath9k_hw_def_get_spur_channel' was not declared. Should it be static?
    drivers/net/wireless/ath9k/eeprom.c:2837:19: warning: symbol
    'eep_def_ops' was not declared. Should it be static?
      CC [M]  drivers/net/wireless/ath9k/eeprom.o
      CHECK   drivers/net/wireless/ath9k/mac.c
      CC [M]  drivers/net/wireless/ath9k/mac.o
      CHECK   drivers/net/wireless/ath9k/calib.c
    drivers/net/wireless/ath9k/calib.c:883:6: warning: symbol 'ar9285_clc'
    was not declared. Should it be static?
    Signed-off-by: default avatarLuis R. Rodriguez <lrodriguez@atheros.com>
    Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
    15cc0f1a
calib.c 28.8 KB