diff options
author | yuval.shaia@oracle.com <yuval.shaia@oracle.com> | 2017-06-05 10:18:40 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-06-06 15:12:28 -0400 |
commit | f8fe99754673719ab791713a676bf27dae616fbc (patch) | |
tree | 0d2b33856786b7002436d0e622169409b1f7f4df /include/linux/phy.h | |
parent | ea30afb4ae9d436e991234b6e07c1f8be5d2349a (diff) | |
download | linux-stable-f8fe99754673719ab791713a676bf27dae616fbc.tar.gz linux-stable-f8fe99754673719ab791713a676bf27dae616fbc.tar.bz2 linux-stable-f8fe99754673719ab791713a676bf27dae616fbc.zip |
net: phy: Delete unused function phy_ethtool_gset
It's unused, so remove it.
Signed-off-by: Yuval Shaia <yuval.shaia@oracle.com>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
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 58f1b45a4c44..748e526c0698 100644 --- a/include/linux/phy.h +++ b/include/linux/phy.h @@ -854,7 +854,6 @@ void phy_start_machine(struct phy_device *phydev); void phy_stop_machine(struct phy_device *phydev); void phy_trigger_machine(struct phy_device *phydev, bool sync); int phy_ethtool_sset(struct phy_device *phydev, struct ethtool_cmd *cmd); -int phy_ethtool_gset(struct phy_device *phydev, struct ethtool_cmd *cmd); int phy_ethtool_ksettings_get(struct phy_device *phydev, struct ethtool_link_ksettings *cmd); int phy_ethtool_ksettings_set(struct phy_device *phydev, |