aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/networking/phy.txt
diff options
context:
space:
mode:
authoryuval.shaia@oracle.com <yuval.shaia@oracle.com>2017-06-05 10:18:40 +0300
committerDavid S. Miller <davem@davemloft.net>2017-06-06 15:12:28 -0400
commitf8fe99754673719ab791713a676bf27dae616fbc (patch)
tree0d2b33856786b7002436d0e622169409b1f7f4df /Documentation/networking/phy.txt
parentMerge branch 's390-next-updates' (diff)
downloadlinux-dev-f8fe99754673719ab791713a676bf27dae616fbc.tar.xz
linux-dev-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 'Documentation/networking/phy.txt')
-rw-r--r--Documentation/networking/phy.txt1
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.