• L
    wlcore: fix some sparse warnings due to missing static declaration · 22479972
    Luciano Coelho 提交于
    There were three sparse warnings in main.c due to missing static
    declaration:
    
      CHECK   drivers/net/wireless/ti/wlcore/main.c
    drivers/net/wireless/ti/wlcore/main.c:1265:5: warning: symbol 'wl1271_validate_wowlan_pattern' was not declared. Should it be static?
    drivers/net/wireless/ti/wlcore/main.c:1408:5: warning: symbol 'wl1271_convert_wowlan_pattern_to_rx_filter' was not declared. Should it be static?
    drivers/net/wireless/ti/wlcore/main.c:4823:6: warning: symbol 'wl1271_connection_loss_work' was not declared. Should it be static?
    
    Fix these by adding the static declaration to those functions.
    Signed-off-by: NLuciano Coelho <coelho@ti.com>
    Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
    22479972
main.c 132.5 KB
反馈
建议
客服 返回
顶部