aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
authorHeiner Kallweit <hkallweit1@gmail.com>2019-03-02 17:13:11 +0100
committerDavid S. Miller <davem@davemloft.net>2019-03-03 21:47:57 -0800
commit7be3ad848f77eba893bd08b97e7383e8d5e873ac (patch)
tree5a01c7bc9878996169117e00bb18e78c7ce0a1f9 /include/linux
parentnet: phy: don't export gen10g_read_status (diff)
downloadlinux-dev-7be3ad848f77eba893bd08b97e7383e8d5e873ac.tar.xz
linux-dev-7be3ad848f77eba893bd08b97e7383e8d5e873ac.zip
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')
-rw-r--r--include/linux/phy.h1
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)
{