diff options
author | Heiner Kallweit <hkallweit1@gmail.com> | 2019-03-02 11:13:11 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-03-04 00:47:57 -0500 |
commit | 7be3ad848f77eba893bd08b97e7383e8d5e873ac (patch) | |
tree | 5a01c7bc9878996169117e00bb18e78c7ce0a1f9 /include/linux/phy.h | |
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/linux/phy.h')
-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); | |||
1119 | 1119 | ||
1120 | /* The gen10g_* functions are the old Clause 45 stub */ | 1120 | /* The gen10g_* functions are the old Clause 45 stub */ |
1121 | int gen10g_config_aneg(struct phy_device *phydev); | 1121 | int gen10g_config_aneg(struct phy_device *phydev); |
1122 | int gen10g_no_soft_reset(struct phy_device *phydev); | ||
1123 | 1122 | ||
1124 | static inline int phy_read_status(struct phy_device *phydev) | 1123 | static inline int phy_read_status(struct phy_device *phydev) |
1125 | { | 1124 | { |