aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/net/e1000e/82571.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/e1000e/82571.c b/drivers/net/e1000e/82571.c
index 565fd4e8f951..51f8e84bd4a3 100644
--- a/drivers/net/e1000e/82571.c
+++ b/drivers/net/e1000e/82571.c
@@ -1226,7 +1226,7 @@ static s32 e1000_setup_fiber_serdes_link_82571(struct e1000_hw *hw)
1226 * Checks for link up on the hardware. If link is not up and we have 1226 * Checks for link up on the hardware. If link is not up and we have
1227 * a signal, then we need to force link up. 1227 * a signal, then we need to force link up.
1228 **/ 1228 **/
1229s32 e1000_check_for_serdes_link_82571(struct e1000_hw *hw) 1229static s32 e1000_check_for_serdes_link_82571(struct e1000_hw *hw)
1230{ 1230{
1231 struct e1000_mac_info *mac = &hw->mac; 1231 struct e1000_mac_info *mac = &hw->mac;
1232 u32 rxcw; 1232 u32 rxcw;