|
|
@@ -837,6 +837,10 @@ int genphy_read_status(struct phy_device *phydev);
|
|
|
int genphy_suspend(struct phy_device *phydev);
|
|
|
int genphy_resume(struct phy_device *phydev);
|
|
|
int genphy_soft_reset(struct phy_device *phydev);
|
|
|
+static inline int genphy_no_soft_reset(struct phy_device *phydev)
|
|
|
+{
|
|
|
+ return 0;
|
|
|
+}
|
|
|
void phy_driver_unregister(struct phy_driver *drv);
|
|
|
void phy_drivers_unregister(struct phy_driver *drv, int n);
|
|
|
int phy_driver_register(struct phy_driver *new_driver, struct module *owner);
|