diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/phy.h | 2 |
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, | |||
| 548 | struct phy_device *get_phy_device(struct mii_bus *bus, int addr, bool is_c45); | 548 | struct phy_device *get_phy_device(struct mii_bus *bus, int addr, bool is_c45); |
| 549 | int phy_device_register(struct phy_device *phy); | 549 | int phy_device_register(struct phy_device *phy); |
| 550 | int phy_init_hw(struct phy_device *phydev); | 550 | int phy_init_hw(struct phy_device *phydev); |
| 551 | int phy_suspend(struct phy_device *phydev); | ||
| 552 | int phy_resume(struct phy_device *phydev); | ||
| 551 | struct phy_device * phy_attach(struct net_device *dev, | 553 | struct 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); |
| 553 | struct phy_device *phy_find_first(struct mii_bus *bus); | 555 | struct phy_device *phy_find_first(struct mii_bus *bus); |
