diff options
Diffstat (limited to 'include/linux/phy.h')
-rw-r--r-- | include/linux/phy.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/linux/phy.h b/include/linux/phy.h index 5a9b1753fdc5..f0b5870a6d40 100644 --- a/include/linux/phy.h +++ b/include/linux/phy.h | |||
@@ -984,6 +984,10 @@ static inline int genphy_no_soft_reset(struct phy_device *phydev) | |||
984 | { | 984 | { |
985 | return 0; | 985 | return 0; |
986 | } | 986 | } |
987 | int genphy_read_mmd_unsupported(struct phy_device *phdev, int devad, | ||
988 | u16 regnum); | ||
989 | int genphy_write_mmd_unsupported(struct phy_device *phdev, int devnum, | ||
990 | u16 regnum, u16 val); | ||
987 | 991 | ||
988 | /* Clause 45 PHY */ | 992 | /* Clause 45 PHY */ |
989 | int genphy_c45_restart_aneg(struct phy_device *phydev); | 993 | int genphy_c45_restart_aneg(struct phy_device *phydev); |
@@ -1020,7 +1024,6 @@ int phy_driver_register(struct phy_driver *new_driver, struct module *owner); | |||
1020 | int phy_drivers_register(struct phy_driver *new_driver, int n, | 1024 | int phy_drivers_register(struct phy_driver *new_driver, int n, |
1021 | struct module *owner); | 1025 | struct module *owner); |
1022 | void phy_state_machine(struct work_struct *work); | 1026 | void phy_state_machine(struct work_struct *work); |
1023 | void phy_change(struct phy_device *phydev); | ||
1024 | void phy_change_work(struct work_struct *work); | 1027 | void phy_change_work(struct work_struct *work); |
1025 | void phy_mac_interrupt(struct phy_device *phydev); | 1028 | void phy_mac_interrupt(struct phy_device *phydev); |
1026 | void phy_start_machine(struct phy_device *phydev); | 1029 | void phy_start_machine(struct phy_device *phydev); |