mirror of
https://github.com/torvalds/linux.git
synced 2026-06-03 03:53:37 +02:00
Supject: phy: make local function static
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
7068a67581
commit
199453339d
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user