commit | 7822b0836d2121d7de3d0f9ec636338d7496e5dc | [log] [tgz] |
---|---|---|
author | Wei Yongjun <weiyongjun1@huawei.com> | Wed Oct 11 02:35:23 2017 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed Oct 11 15:21:28 2017 -0700 |
tree | 30cde06770be94bee69c8c8feb0dbcef69eaf6f5 | |
parent | b784ecba51da465bc15fdd1d6715479f3adc560e [diff] |
net: hns3: make local functions static Fixes the following sparse warnings: drivers/net/ethernet/hisilicon/hns3/hns3pf/hns3_ethtool.c:464:5: warning: symbol 'hns3_change_all_ring_bd_num' was not declared. Should it be static? drivers/net/ethernet/hisilicon/hns3/hns3pf/hns3_ethtool.c:477:5: warning: symbol 'hns3_set_ringparam' was not declared. Should it be static? Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>