• Y
    net: ll_temac: Make some functions static · 6e05b833
    YueHaibing 提交于
    Fix sparse warnings:
    
    drivers/net/ethernet/xilinx/ll_temac_main.c:66:5: warning: symbol '_temac_ior_be' was not declared. Should it be static?
    drivers/net/ethernet/xilinx/ll_temac_main.c:71:6: warning: symbol '_temac_iow_be' was not declared. Should it be static?
    drivers/net/ethernet/xilinx/ll_temac_main.c:76:5: warning: symbol '_temac_ior_le' was not declared. Should it be static?
    drivers/net/ethernet/xilinx/ll_temac_main.c:81:6: warning: symbol '_temac_iow_le' was not declared. Should it be static?
    drivers/net/ethernet/xilinx/ll_temac_main.c:648:6: warning: symbol 'ptr_to_txbd' was not declared. Should it be static?
    drivers/net/ethernet/xilinx/ll_temac_main.c:654:6: warning: symbol 'ptr_from_txbd' was not declared. Should it be static?
    Reported-by: NHulk Robot <hulkci@huawei.com>
    Signed-off-by: NYueHaibing <yuehaibing@huawei.com>
    Signed-off-by: NDavid S. Miller <davem@davemloft.net>
    6e05b833
ll_temac_main.c 34.6 KB