summaryrefslogtreecommitdiff
path: root/e1000_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'e1000_main.c')
-rw-r--r--e1000_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/e1000_main.c b/e1000_main.c
index b608528..4ff50d6 100644
--- a/e1000_main.c
+++ b/e1000_main.c
@@ -2246,7 +2246,7 @@ static void e1000_82547_tx_fifo_stall(unsigned long data)
}
}
-static bool e1000_has_link(struct e1000_adapter *adapter)
+bool e1000_has_link(struct e1000_adapter *adapter)
{
struct e1000_hw *hw = &adapter->hw;
bool link_active = false;