diff options
Diffstat (limited to 'include/linux/phy.h')
-rw-r--r-- | include/linux/phy.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/phy.h b/include/linux/phy.h index 87499bdedc6f..ca4a83c4c537 100644 --- a/include/linux/phy.h +++ b/include/linux/phy.h | |||
@@ -408,8 +408,10 @@ void phy_start(struct phy_device *phydev); | |||
408 | void phy_stop(struct phy_device *phydev); | 408 | void phy_stop(struct phy_device *phydev); |
409 | int phy_start_aneg(struct phy_device *phydev); | 409 | int phy_start_aneg(struct phy_device *phydev); |
410 | 410 | ||
411 | struct mii_bus *mdiobus_alloc(void); | ||
411 | int mdiobus_register(struct mii_bus *bus); | 412 | int mdiobus_register(struct mii_bus *bus); |
412 | void mdiobus_unregister(struct mii_bus *bus); | 413 | void mdiobus_unregister(struct mii_bus *bus); |
414 | void mdiobus_free(struct mii_bus *bus); | ||
413 | struct phy_device *mdiobus_scan(struct mii_bus *bus, int addr); | 415 | struct phy_device *mdiobus_scan(struct mii_bus *bus, int addr); |
414 | 416 | ||
415 | void phy_sanitize_settings(struct phy_device *phydev); | 417 | void phy_sanitize_settings(struct phy_device *phydev); |