aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/e1000/e1000_hw.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/e1000/e1000_hw.c')
-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 50114cd2df9..8d7d87f1282 100644
--- a/drivers/net/e1000/e1000_hw.c
+++ b/drivers/net/e1000/e1000_hw.c
@@ -2190,7 +2190,7 @@ static s32 e1000_config_fc_after_link_up(struct e1000_hw *hw)
2190 * Checks for link up on the hardware. If link is not up and we have 2190 * Checks for link up on the hardware. If link is not up and we have
2191 * a signal, then we need to force link up. 2191 * a signal, then we need to force link up.
2192 */ 2192 */
2193s32 e1000_check_for_serdes_link_generic(struct e1000_hw *hw) 2193static s32 e1000_check_for_serdes_link_generic(struct e1000_hw *hw)
2194{ 2194{
2195 u32 rxcw; 2195 u32 rxcw;
2196 u32 ctrl; 2196 u32 ctrl;