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 22:12:28 +0300 |
commit | f8fe99754673719ab791713a676bf27dae616fbc (patch) | |
tree | 0d2b33856786b7002436d0e622169409b1f7f4df /Documentation/networking | |
parent | ea30afb4ae9d436e991234b6e07c1f8be5d2349a (diff) | |
download | linux-f8fe99754673719ab791713a676bf27dae616fbc.tar.xz |
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 'Documentation/networking')
-rw-r--r-- | Documentation/networking/phy.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/networking/phy.txt b/Documentation/networking/phy.txt index 16f90d817224..bdec0f700bc1 100644 --- a/Documentation/networking/phy.txt +++ b/Documentation/networking/phy.txt @@ -295,7 +295,6 @@ Doing it all yourself settings in the PHY. int phy_ethtool_sset(struct phy_device *phydev, struct ethtool_cmd *cmd); - int phy_ethtool_gset(struct phy_device *phydev, struct ethtool_cmd *cmd); Ethtool convenience functions. |