diff options
-rw-r--r-- | drivers/net/ixgbe/ixgbe_82599.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ixgbe/ixgbe_82599.c b/drivers/net/ixgbe/ixgbe_82599.c index 00aeba385a2f..32ad4119ff77 100644 --- a/drivers/net/ixgbe/ixgbe_82599.c +++ b/drivers/net/ixgbe/ixgbe_82599.c | |||
@@ -1775,7 +1775,7 @@ static s32 ixgbe_start_hw_82599(struct ixgbe_hw *hw) | |||
1775 | * If PHY already detected, maintains current PHY type in hw struct, | 1775 | * If PHY already detected, maintains current PHY type in hw struct, |
1776 | * otherwise executes the PHY detection routine. | 1776 | * otherwise executes the PHY detection routine. |
1777 | **/ | 1777 | **/ |
1778 | s32 ixgbe_identify_phy_82599(struct ixgbe_hw *hw) | 1778 | static s32 ixgbe_identify_phy_82599(struct ixgbe_hw *hw) |
1779 | { | 1779 | { |
1780 | s32 status = IXGBE_ERR_PHY_ADDR_INVALID; | 1780 | s32 status = IXGBE_ERR_PHY_ADDR_INVALID; |
1781 | 1781 | ||