diff options
| author | 2019-03-03 21:48:06 -0800 | |
|---|---|---|
| committer | 2019-03-03 21:48:06 -0800 | |
| commit | 7d827379b062533085f3cd31762a8bb7bf48df19 (patch) | |
| tree | 5a01c7bc9878996169117e00bb18e78c7ce0a1f9 /include/linux | |
| parent | fsl/fman: Use vsprintf extension %pM (diff) | |
| parent | net: phy: remove gen10g_no_soft_reset (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/linux')
| -rw-r--r-- | include/linux/phy.h | 5 |
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) { |
