The old gen10g_ functions are mainly stubs and have been superseded by genphy_c45_ equivalents. So lets remove / hide the old functions as far as possible.
Heiner Kallweit (5): net: phy: use genphy_c45_aneg_done in genphy_aneg_done net: phy: remove gen10g_suspend and gen10g_resume net: phy: remove gen10g_config_init net: phy: don't export gen10g_read_status net: phy: remove gen10g_no_soft_reset drivers/net/phy/cortina.c | 3 +-- drivers/net/phy/marvell10g.c | 4 ++-- drivers/net/phy/phy-c45.c | 40 ++---------------------------------- drivers/net/phy/phy.c | 12 ++++------- drivers/net/phy/teranetics.c | 3 +-- include/linux/phy.h | 5 ----- 6 files changed, 10 insertions(+), 57 deletions(-) -- 2.21.0