Commit 90ed8d3d authored by Yue Haibing's avatar Yue Haibing Committed by Jakub Kicinski

net: phy: Remove two unused function declarations

Commit 1e2dc145 ("net: ethtool: Add helpers for reporting test results")
declared but never implemented these function.
Signed-off-by: default avatarYue Haibing <yuehaibing@huawei.com>
Reviewed-by: default avatarAndrew Lunn <andrew@lunn.ch>
Link: https://lore.kernel.org/r/20230808144610.19096-1-yuehaibing@huawei.comSigned-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent 14562277
...@@ -1732,10 +1732,6 @@ int phy_start_cable_test_tdr(struct phy_device *phydev, ...@@ -1732,10 +1732,6 @@ int phy_start_cable_test_tdr(struct phy_device *phydev,
} }
#endif #endif
int phy_cable_test_result(struct phy_device *phydev, u8 pair, u16 result);
int phy_cable_test_fault_length(struct phy_device *phydev, u8 pair,
u16 cm);
static inline void phy_device_reset(struct phy_device *phydev, int value) static inline void phy_device_reset(struct phy_device *phydev, int value)
{ {
mdio_device_reset(&phydev->mdio, value); mdio_device_reset(&phydev->mdio, value);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment