summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2019-03-03 21:48:06 -0800
committerDavid S. Miller <davem@davemloft.net>2019-03-03 21:48:06 -0800
commit7d827379b062533085f3cd31762a8bb7bf48df19 (patch)
tree5a01c7bc9878996169117e00bb18e78c7ce0a1f9 /include
parent6bfc1128d58bf74cc864870d680325b330725806 (diff)
parent7be3ad848f77eba893bd08b97e7383e8d5e873ac (diff)
Merge branch 'net-phy-clean-up-the-old-gen10g-functions'
Heiner Kallweit says: ==================== net: phy: clean up the old gen10g functions 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. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r--include/linux/phy.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/phy.h b/include/linux/phy.h
index bfe60e2a5174..34084892a466 100644
--- a/include/linux/phy.h
+++ b/include/linux/phy.h
@@ -1119,11 +1119,6 @@ int genphy_c45_read_status(struct phy_device *phydev);
/* The gen10g_* functions are the old Clause 45 stub */
int gen10g_config_aneg(struct phy_device *phydev);
-int gen10g_read_status(struct phy_device *phydev);
-int gen10g_no_soft_reset(struct phy_device *phydev);
-int gen10g_config_init(struct phy_device *phydev);
-int gen10g_suspend(struct phy_device *phydev);
-int gen10g_resume(struct phy_device *phydev);
static inline int phy_read_status(struct phy_device *phydev)
{