aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/phy.c
diff options
context:
space:
mode:
authorDomen Puncer <domen@coderock.org>2007-09-17 22:21:40 +0200
committerJeff Garzik <jeff@garzik.org>2007-09-20 02:35:50 -0400
commit680e9fe9d69ea86e81c859932bfd751be91cc0e0 (patch)
treeab35407f25dffa417563dbf7a544c7327cc95e4f /drivers/net/phy/phy.c
parentmyri10ge: Add support for PCI device id 9 (diff)
downloadlinux-dev-680e9fe9d69ea86e81c859932bfd751be91cc0e0.tar.xz
linux-dev-680e9fe9d69ea86e81c859932bfd751be91cc0e0.zip
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.c1
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