net: hns3: Make hclge_func_reset_sync_vf static
authorYueHaibing <yuehaibing@huawei.com>
Mon, 12 Aug 2019 14:41:56 +0000 (22:41 +0800)
committerJakub Kicinski <jakub.kicinski@netronome.com>
Tue, 13 Aug 2019 23:18:12 +0000 (16:18 -0700)
commita9a96760165d8781570f2dadeed8e38484b13499
treea1a5ed3970a5f7f4f8229ea911fef43e6f4eefc4
parent92b49822288134b4cd17a2c02a15ad265b9b327c
net: hns3: Make hclge_func_reset_sync_vf static

Fix sparse warning:

drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c:3190:5:
 warning: symbol 'hclge_func_reset_sync_vf' was not declared. Should it be static?

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com>
drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c