|
@@ -696,6 +696,7 @@ int phy_suspend(struct phy_device *phydev)
|
|
return phydrv->suspend(phydev);
|
|
return phydrv->suspend(phydev);
|
|
return 0;
|
|
return 0;
|
|
}
|
|
}
|
|
|
|
+EXPORT_SYMBOL(phy_suspend);
|
|
|
|
|
|
int phy_resume(struct phy_device *phydev)
|
|
int phy_resume(struct phy_device *phydev)
|
|
{
|
|
{
|
|
@@ -705,6 +706,7 @@ int phy_resume(struct phy_device *phydev)
|
|
return phydrv->resume(phydev);
|
|
return phydrv->resume(phydev);
|
|
return 0;
|
|
return 0;
|
|
}
|
|
}
|
|
|
|
+EXPORT_SYMBOL(phy_resume);
|
|
|
|
|
|
/* Generic PHY support and helper functions */
|
|
/* Generic PHY support and helper functions */
|
|
|
|
|