aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/net/e1000/e1000_hw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/e1000/e1000_hw.c b/drivers/net/e1000/e1000_hw.c
index 4b54c489f819..a6f8f4fce701 100644
--- a/drivers/net/e1000/e1000_hw.c
+++ b/drivers/net/e1000/e1000_hw.c
@@ -4056,7 +4056,7 @@ e1000_phy_reset_dsp(struct e1000_hw *hw)
4056* hw - Struct containing variables accessed by shared code 4056* hw - Struct containing variables accessed by shared code
4057* phy_info - PHY information structure 4057* phy_info - PHY information structure
4058******************************************************************************/ 4058******************************************************************************/
4059int32_t 4059static int32_t
4060e1000_phy_igp_get_info(struct e1000_hw *hw, 4060e1000_phy_igp_get_info(struct e1000_hw *hw,
4061 struct e1000_phy_info *phy_info) 4061 struct e1000_phy_info *phy_info)
4062{ 4062{