diff options
Diffstat (limited to 'include/linux/phy.h')
-rw-r--r-- | include/linux/phy.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/phy.h b/include/linux/phy.h index 5a0c3e53e7c2..d7069539f351 100644 --- a/include/linux/phy.h +++ b/include/linux/phy.h | |||
@@ -924,6 +924,7 @@ void phy_device_remove(struct phy_device *phydev); | |||
924 | int phy_init_hw(struct phy_device *phydev); | 924 | int phy_init_hw(struct phy_device *phydev); |
925 | int phy_suspend(struct phy_device *phydev); | 925 | int phy_suspend(struct phy_device *phydev); |
926 | int phy_resume(struct phy_device *phydev); | 926 | int phy_resume(struct phy_device *phydev); |
927 | int __phy_resume(struct phy_device *phydev); | ||
927 | int phy_loopback(struct phy_device *phydev, bool enable); | 928 | int phy_loopback(struct phy_device *phydev, bool enable); |
928 | struct phy_device *phy_attach(struct net_device *dev, const char *bus_id, | 929 | struct phy_device *phy_attach(struct net_device *dev, const char *bus_id, |
929 | phy_interface_t interface); | 930 | phy_interface_t interface); |