1
0
Fork 0

net: hns3: hclge_inform_reset_assert_to_vf() can be static

Fixes: 2bfbd35d8e ("net: hns3: Changes required in PF mailbox to support VF reset")
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
hifive-unleashed-5.1
kbuild test robot 2018-03-23 05:31:07 +08:00 committed by David S. Miller
parent c7281d5913
commit d5eabf0c8f
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ static int hclge_send_mbx_msg(struct hclge_vport *vport, u8 *msg, u16 msg_len,
return status;
}
int hclge_inform_reset_assert_to_vf(struct hclge_vport *vport)
static int hclge_inform_reset_assert_to_vf(struct hclge_vport *vport)
{
u8 msg_data[2];
u8 dest_vfid;