[netdrvr] delete CONFIG_PHYCONTROL

This commit is contained in:
Jeff Garzik
2005-09-23 22:58:49 -04:00
parent bb40dcbb0f
commit 8cee0cd5be
4 changed files with 0 additions and 20 deletions

View File

@@ -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