summaryrefslogtreecommitdiff
path: root/drivers/net/phy/phy_device.c
diff options
context:
space:
mode:
authorJeff Garzik <jgarzik@pobox.com>2005-09-24 02:58:49 (GMT)
committerJeff Garzik <jgarzik@pobox.com>2005-09-24 02:58:49 (GMT)
commit8cee0cd5bec53b78dd3c43a73b27821a688133e6 (patch)
tree067920155bf3cf6896e88d1cff8c170d32768922 /drivers/net/phy/phy_device.c
parentbb40dcbb0fcebe1df08ba261483fcc38b307d063 (diff)
downloadlinux-fsl-qoriq-8cee0cd5bec53b78dd3c43a73b27821a688133e6.tar.xz
[netdrvr] delete CONFIG_PHYCONTROL
Diffstat (limited to 'drivers/net/phy/phy_device.c')
-rw-r--r--drivers/net/phy/phy_device.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/phy/phy_device.c b/drivers/net/phy/phy_device.c
index 33f7bdb..6da1aa0 100644
--- a/drivers/net/phy/phy_device.c
+++ b/drivers/net/phy/phy_device.c
@@ -101,7 +101,6 @@ struct phy_device * get_phy_device(struct mii_bus *bus, int addr)
return dev;
}
-#ifdef CONFIG_PHYCONTROL
/* phy_prepare_link:
*
* description: Tells the PHY infrastructure to handle the
@@ -160,8 +159,6 @@ void phy_disconnect(struct phy_device *phydev)
}
EXPORT_SYMBOL(phy_disconnect);
-#endif /* CONFIG_PHYCONTROL */
-
/* phy_attach:
*
* description: Called by drivers to attach to a particular PHY