Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

Supject: phy: make local function static

parent 7068a675
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;