diff options
Diffstat (limited to 'include/phy.h')
-rw-r--r-- | include/phy.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/phy.h b/include/phy.h index 9ea4bd42db..399e050aba 100644 --- a/include/phy.h +++ b/include/phy.h @@ -569,14 +569,6 @@ int board_phy_config(struct phy_device *phydev); int get_phy_id(struct mii_dev *bus, int addr, int devad, u32 *phy_id); /** - * phy_get_interface_by_name() - Look up a PHY interface name - * - * @str: PHY interface name, e.g. "mii" - * @return: PHY_INTERFACE_MODE_... value, or -1 if not found - */ -int phy_get_interface_by_name(const char *str); - -/** * phy_interface_is_rgmii - Convenience function for testing if a PHY interface * is RGMII (all variants) * @phydev: the phy_device struct |