diff options
Diffstat (limited to 'drivers/net/ixgbevf/vf.c')
-rw-r--r-- | drivers/net/ixgbevf/vf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ixgbevf/vf.c b/drivers/net/ixgbevf/vf.c index f6f929958ba0..bfe42c1fcfaf 100644 --- a/drivers/net/ixgbevf/vf.c +++ b/drivers/net/ixgbevf/vf.c | |||
@@ -368,7 +368,7 @@ static s32 ixgbevf_check_mac_link_vf(struct ixgbe_hw *hw, | |||
368 | return 0; | 368 | return 0; |
369 | } | 369 | } |
370 | 370 | ||
371 | struct ixgbe_mac_operations ixgbevf_mac_ops = { | 371 | static struct ixgbe_mac_operations ixgbevf_mac_ops = { |
372 | .init_hw = ixgbevf_init_hw_vf, | 372 | .init_hw = ixgbevf_init_hw_vf, |
373 | .reset_hw = ixgbevf_reset_hw_vf, | 373 | .reset_hw = ixgbevf_reset_hw_vf, |
374 | .start_hw = ixgbevf_start_hw_vf, | 374 | .start_hw = ixgbevf_start_hw_vf, |