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 af1a740dafd4..135aba5c3d39 100644 --- a/include/linux/phy.h +++ b/include/linux/phy.h | |||
@@ -762,6 +762,7 @@ static inline int __phy_write(struct phy_device *phydev, u32 regnum, u16 val) | |||
762 | } | 762 | } |
763 | 763 | ||
764 | int __phy_modify(struct phy_device *phydev, u32 regnum, u16 mask, u16 set); | 764 | int __phy_modify(struct phy_device *phydev, u32 regnum, u16 mask, u16 set); |
765 | int phy_modify(struct phy_device *phydev, u32 regnum, u16 mask, u16 set); | ||
765 | 766 | ||
766 | /** | 767 | /** |
767 | * phy_interrupt_is_valid - Convenience function for testing a given PHY irq | 768 | * phy_interrupt_is_valid - Convenience function for testing a given PHY irq |