aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-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 90a666e0884b..73384ff3b5e5 100644
--- a/include/linux/phy.h
+++ b/include/linux/phy.h
@@ -548,6 +548,8 @@ struct phy_device *phy_device_create(struct mii_bus *bus, int addr, int phy_id,
548struct phy_device *get_phy_device(struct mii_bus *bus, int addr, bool is_c45); 548struct phy_device *get_phy_device(struct mii_bus *bus, int addr, bool is_c45);
549int phy_device_register(struct phy_device *phy); 549int phy_device_register(struct phy_device *phy);
550int phy_init_hw(struct phy_device *phydev); 550int phy_init_hw(struct phy_device *phydev);
551int phy_suspend(struct phy_device *phydev);
552int phy_resume(struct phy_device *phydev);
551struct phy_device * phy_attach(struct net_device *dev, 553struct phy_device * phy_attach(struct net_device *dev,
552 const char *bus_id, phy_interface_t interface); 554 const char *bus_id, phy_interface_t interface);
553struct phy_device *phy_find_first(struct mii_bus *bus); 555struct phy_device *phy_find_first(struct mii_bus *bus);