diff options
Diffstat (limited to 'include/linux/phy.h')
-rw-r--r-- | include/linux/phy.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/phy.h b/include/linux/phy.h index feb8a98e8dd3..f7d95f644eed 100644 --- a/include/linux/phy.h +++ b/include/linux/phy.h | |||
@@ -860,6 +860,10 @@ int phy_register_fixup_for_id(const char *bus_id, | |||
860 | int phy_register_fixup_for_uid(u32 phy_uid, u32 phy_uid_mask, | 860 | int phy_register_fixup_for_uid(u32 phy_uid, u32 phy_uid_mask, |
861 | int (*run)(struct phy_device *)); | 861 | int (*run)(struct phy_device *)); |
862 | 862 | ||
863 | int phy_unregister_fixup(const char *bus_id, u32 phy_uid, u32 phy_uid_mask); | ||
864 | int phy_unregister_fixup_for_id(const char *bus_id); | ||
865 | int phy_unregister_fixup_for_uid(u32 phy_uid, u32 phy_uid_mask); | ||
866 | |||
863 | int phy_init_eee(struct phy_device *phydev, bool clk_stop_enable); | 867 | int phy_init_eee(struct phy_device *phydev, bool clk_stop_enable); |
864 | int phy_get_eee_err(struct phy_device *phydev); | 868 | int phy_get_eee_err(struct phy_device *phydev); |
865 | int phy_ethtool_set_eee(struct phy_device *phydev, struct ethtool_eee *data); | 869 | int phy_ethtool_set_eee(struct phy_device *phydev, struct ethtool_eee *data); |