|
@@ -368,7 +368,7 @@ static s32 ixgbevf_check_mac_link_vf(struct ixgbe_hw *hw,
|
|
|
return 0;
|
|
|
}
|
|
|
|
|
|
-struct ixgbe_mac_operations ixgbevf_mac_ops = {
|
|
|
+static struct ixgbe_mac_operations ixgbevf_mac_ops = {
|
|
|
.init_hw = ixgbevf_init_hw_vf,
|
|
|
.reset_hw = ixgbevf_reset_hw_vf,
|
|
|
.start_hw = ixgbevf_start_hw_vf,
|