Message ID | 20230808144610.19096-1-yuehaibing@huawei.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 90ed8d3dc34bb36b5fb59671924d1ac35f01e75d |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | [net-next] net: phy: Remove two unused function declarations | expand |
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski <kuba@kernel.org>: On Tue, 8 Aug 2023 22:46:10 +0800 you wrote: > Commit 1e2dc14509fd ("net: ethtool: Add helpers for reporting test results") > declared but never implemented these function. > > Signed-off-by: Yue Haibing <yuehaibing@huawei.com> > --- > include/linux/phy.h | 4 ---- > 1 file changed, 4 deletions(-) Here is the summary with links: - [net-next] net: phy: Remove two unused function declarations https://git.kernel.org/netdev/net-next/c/90ed8d3dc34b You are awesome, thank you!
diff --git a/include/linux/phy.h b/include/linux/phy.h index ba08b0e60279..b963ce22e7c7 100644 --- a/include/linux/phy.h +++ b/include/linux/phy.h @@ -1732,10 +1732,6 @@ int phy_start_cable_test_tdr(struct phy_device *phydev, } #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) { mdio_device_reset(&phydev->mdio, value);
Commit 1e2dc14509fd ("net: ethtool: Add helpers for reporting test results") declared but never implemented these function. Signed-off-by: Yue Haibing <yuehaibing@huawei.com> --- include/linux/phy.h | 4 ---- 1 file changed, 4 deletions(-)