• J
    net: micrel: Staticize local functions · 51a700db
    Jingoo Han 提交于
    These local functions are used only in this file.
    Fix the following sparse warnings:
    
    drivers/net/ethernet/micrel/ks8842.c:708:6: warning: symbol 'ks8842_handle_rx' was not declared. Should it be static?
    drivers/net/ethernet/micrel/ks8842.c:718:6: warning: symbol 'ks8842_handle_tx' was not declared. Should it be static?
    drivers/net/ethernet/micrel/ks8842.c:727:6: warning: symbol 'ks8842_handle_rx_overrun' was not declared. Should it be static?
    drivers/net/ethernet/micrel/ks8842.c:735:6: warning: symbol 'ks8842_tasklet' was not declared. Should it be static?
    drivers/net/ethernet/micrel/ks8851_mll.c:691:6: warning: symbol 'ks_enable_qmu' was not declared. Should it be static?
    Signed-off-by: NJingoo Han <jg1.han@samsung.com>
    Signed-off-by: NDavid S. Miller <davem@davemloft.net>
    51a700db
ks8842.c 32.5 KB