diff options
author | YueHaibing <yuehaibing@huawei.com> | 2019-05-04 12:10:30 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-05-05 19:48:45 +0200 |
commit | 6e05b833de447b6718735d0315fb18fb411ef8ca (patch) | |
tree | b91cb37735c856faed516f81cc84552a6db5d1d7 /drivers/net/ethernet/myricom | |
parent | net: aquantia: Make aq_ndev_driver_name static (diff) | |
download | linux-6e05b833de447b6718735d0315fb18fb411ef8ca.tar.xz linux-6e05b833de447b6718735d0315fb18fb411ef8ca.zip |
net: ll_temac: Make some functions static
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: Hulk Robot <hulkci@huawei.com>
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/myricom')
0 files changed, 0 insertions, 0 deletions