Skip to content

Commit

Permalink
phy: export phy_mii_ioctl
Browse files Browse the repository at this point in the history
Export phy_mii_ioctl, so network drivers can use it when built
as modules too.

Signed-off-by: Domen Puncer <domen@coderock.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
  • Loading branch information
Domen Puncer authored and Jeff Garzik committed Sep 20, 2007
1 parent a07bc1f commit 680e9fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/net/phy/phy.c
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,7 @@ int phy_mii_ioctl(struct phy_device *phydev,

return 0;
}
EXPORT_SYMBOL(phy_mii_ioctl);

/**
* phy_start_aneg - start auto-negotiation for this PHY device
Expand Down

0 comments on commit 680e9fe

Please sign in to comment.