Commit 19945333 authored by stephen hemminger's avatar stephen hemminger Committed by David S. Miller

Supject: phy: make local function static

Signed-off-by: default avatarStephen Hemminger <stephen@networkplumber.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 7068a675
......@@ -159,7 +159,7 @@ static int lxt973a2_update_link(struct phy_device *phydev)
return 0;
}
int lxt973a2_read_status(struct phy_device *phydev)
static int lxt973a2_read_status(struct phy_device *phydev)
{
int adv;
int err;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment