aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/phy.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/phy.h')
-rw-r--r--include/linux/phy.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/phy.h b/include/linux/phy.h
index c35299e4da8e..93b3cf77f564 100644
--- a/include/linux/phy.h
+++ b/include/linux/phy.h
@@ -533,7 +533,9 @@ int genphy_read_status(struct phy_device *phydev);
533int genphy_suspend(struct phy_device *phydev); 533int genphy_suspend(struct phy_device *phydev);
534int genphy_resume(struct phy_device *phydev); 534int genphy_resume(struct phy_device *phydev);
535void phy_driver_unregister(struct phy_driver *drv); 535void phy_driver_unregister(struct phy_driver *drv);
536void phy_drivers_unregister(struct phy_driver *drv, int n);
536int phy_driver_register(struct phy_driver *new_driver); 537int phy_driver_register(struct phy_driver *new_driver);
538int phy_drivers_register(struct phy_driver *new_driver, int n);
537void phy_state_machine(struct work_struct *work); 539void phy_state_machine(struct work_struct *work);
538void phy_start_machine(struct phy_device *phydev, 540void phy_start_machine(struct phy_device *phydev,
539 void (*handler)(struct net_device *)); 541 void (*handler)(struct net_device *));