diff options
author | Heiner Kallweit <hkallweit1@gmail.com> | 2019-03-02 17:15:56 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-03-03 21:47:42 -0800 |
commit | d81210c25e17b5cca71138f3990ed8071d510ba9 (patch) | |
tree | aeeeb5c6dec0a8589822fd5917f067b829bfda35 /include | |
parent | c5e91d39427d1759d6205599e145553b5b2bc19e (diff) | |
download | linux-d81210c25e17b5cca71138f3990ed8071d510ba9.tar.bz2 |
net: phy: don't export gen10g_read_status
gen10g_read_status is deprecated, therefore stop exporting it.
We don't want to encourage anybody to use it.
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 817c8453aeb5..60794240141f 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_read_status(struct phy_device *phydev); int gen10g_no_soft_reset(struct phy_device *phydev); static inline int phy_read_status(struct phy_device *phydev) |