diff options
author | Heiner Kallweit <hkallweit1@gmail.com> | 2019-03-02 17:13:11 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-03-03 21:47:57 -0800 |
commit | 7be3ad848f77eba893bd08b97e7383e8d5e873ac (patch) | |
tree | 5a01c7bc9878996169117e00bb18e78c7ce0a1f9 /include | |
parent | d81210c25e17b5cca71138f3990ed8071d510ba9 (diff) |
net: phy: remove gen10g_no_soft_reset
genphy_no_soft_reset and gen10g_no_soft_reset are both the same no-ops,
one is enough.
Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/phy.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/phy.h b/include/linux/phy.h index 60794240141f..34084892a466 100644 --- a/include/linux/phy.h +++ b/include/linux/phy.h @@ -1119,7 +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_no_soft_reset(struct phy_device *phydev); static inline int phy_read_status(struct phy_device *phydev) { |