summaryrefslogtreecommitdiffstats
path: root/include/linux/ethtool.h
diff options
context:
space:
mode:
authorDavid Decotigny2016-02-24 19:58:11 +0100
committerDavid S. Miller2016-02-26 04:06:47 +0100
commit3237fc63a3297d472a8cec33cb914f20570cfc23 (patch)
tree184047bbf3b5dca6cdbb204f3cd83427bdf9238c /include/linux/ethtool.h
parentnet: core: use __ethtool_get_ksettings (diff)
downloadkernel-qcow2-linux-3237fc63a3297d472a8cec33cb914f20570cfc23.tar.gz
kernel-qcow2-linux-3237fc63a3297d472a8cec33cb914f20570cfc23.tar.xz
kernel-qcow2-linux-3237fc63a3297d472a8cec33cb914f20570cfc23.zip
net: ethtool: remove unused __ethtool_get_settings
replaced by __ethtool_get_link_ksettings. Signed-off-by: David Decotigny <decot@googlers.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/ethtool.h')
-rw-r--r--include/linux/ethtool.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/ethtool.h b/include/linux/ethtool.h
index 8a400a54c92e..e2b7bf27c03e 100644
--- a/include/linux/ethtool.h
+++ b/include/linux/ethtool.h
@@ -150,10 +150,6 @@ extern int
__ethtool_get_link_ksettings(struct net_device *dev,
struct ethtool_link_ksettings *link_ksettings);
-/* DEPRECATED, use __ethtool_get_link_ksettings */
-extern int __ethtool_get_settings(struct net_device *dev,
- struct ethtool_cmd *cmd);
-
/**
* struct ethtool_ops - optional netdev operations
* @get_settings: DEPRECATED, use %get_link_ksettings/%set_link_ksettings