diff options
| author | Domen Puncer <domen@coderock.org> | 2007-09-17 22:21:40 +0200 | 
|---|---|---|
| committer | Jeff Garzik <jeff@garzik.org> | 2007-09-20 02:35:50 -0400 | 
| commit | 680e9fe9d69ea86e81c859932bfd751be91cc0e0 (patch) | |
| tree | ab35407f25dffa417563dbf7a544c7327cc95e4f /drivers/net/phy/phy.c | |
| parent | a07bc1ffaeee9f05490193f66915ac086c6ea5c9 (diff) | |
phy: export phy_mii_ioctl
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>
Diffstat (limited to 'drivers/net/phy/phy.c')
| -rw-r--r-- | drivers/net/phy/phy.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/drivers/net/phy/phy.c b/drivers/net/phy/phy.c index 0cc4369cacba..cb230f44d6fc 100644 --- a/drivers/net/phy/phy.c +++ b/drivers/net/phy/phy.c @@ -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 | 
