Skip to content

Commit

Permalink
net: hns3: hclge_inform_reset_assert_to_vf() can be static
Browse files Browse the repository at this point in the history
Fixes: 2bfbd35 ("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>
  • Loading branch information
kbuild test robot authored and David S. Miller committed Mar 23, 2018
1 parent c7281d5 commit d5eabf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_mbx.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit d5eabf0

Please sign in to comment.