commit | 1db9b1bf82b98cb265ed227dec3732aafae0eb0c | [log] [tgz] |
---|---|---|
author | Yunsheng Lin <linyunsheng@huawei.com> | Mon Oct 09 15:44:01 2017 +0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Oct 09 09:46:54 2017 -0700 |
tree | 511467befd8dfa1a255c2c777fb4f6ee37fa9b79 | |
parent | a90bb9a5ea1db7f10096e7573b7d45295ad4eada [diff] |
net: hns3: Cleanup for non-static function in hns3 driver This patch fixes the following warning from sparse: warning: symbol 'hns3_set_multicast_list' was not declared. Should it be static. hns3_set_multicast_list turns out to be not used, so delete it. Signed-off-by: Yunsheng Lin <linyunsheng@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>