aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgbevf/mbx.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/ixgbevf/mbx.c')
-rw-r--r--drivers/net/ixgbevf/mbx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ixgbevf/mbx.c b/drivers/net/ixgbevf/mbx.c
index b8143501e6fc..84ac486f4a65 100644
--- a/drivers/net/ixgbevf/mbx.c
+++ b/drivers/net/ixgbevf/mbx.c
@@ -308,7 +308,7 @@ out_no_read:
*
* Initializes the hw->mbx struct to correct values for vf mailbox
*/
-s32 ixgbevf_init_mbx_params_vf(struct ixgbe_hw *hw)
+static s32 ixgbevf_init_mbx_params_vf(struct ixgbe_hw *hw)
{
struct ixgbe_mbx_info *mbx = &hw->mbx;