net: phy: export phy_suspend and phy_resume
[deliverable/linux.git] / drivers / net / phy / phy_device.c
index 35d753d22f78b91d643548029df5b2e6eea64d49..4f4568ef124e4662350c27196092585d46915501 100644 (file)
@@ -696,6 +696,7 @@ int phy_suspend(struct phy_device *phydev)
                return phydrv->suspend(phydev);
        return 0;
 }
+EXPORT_SYMBOL(phy_suspend);
 
 int phy_resume(struct phy_device *phydev)
 {
@@ -705,6 +706,7 @@ int phy_resume(struct phy_device *phydev)
                return phydrv->resume(phydev);
        return 0;
 }
+EXPORT_SYMBOL(phy_resume);
 
 /* Generic PHY support and helper functions */
 
This page took 0.041598 seconds and 5 git commands to generate.