Skip to content
Snippets Groups Projects
Commit 680e9fe9 authored by Domen Puncer's avatar Domen Puncer Committed by Jeff Garzik
Browse files

phy: export phy_mii_ioctl


Export phy_mii_ioctl, so network drivers can use it when built
as modules too.

Signed-off-by: default avatarDomen Puncer <domen@coderock.org>
Signed-off-by: default avatarJeff Garzik <jeff@garzik.org>
parent a07bc1ff
No related branches found
No related tags found
No related merge requests found
...@@ -409,6 +409,7 @@ int phy_mii_ioctl(struct phy_device *phydev, ...@@ -409,6 +409,7 @@ int phy_mii_ioctl(struct phy_device *phydev,
return 0; return 0;
} }
EXPORT_SYMBOL(phy_mii_ioctl);
/** /**
* phy_start_aneg - start auto-negotiation for this PHY device * phy_start_aneg - start auto-negotiation for this PHY device
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment