diff options
author | Ben Hutchings <bhutchings@solarflare.com> | 2009-10-01 11:33:03 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-10-05 00:10:11 -0700 |
commit | a9828ec6bc0b7e19a65f7e13daa8bd35a926a753 (patch) | |
tree | d948be63a1cd06721cd89a496ff69ac4800e16a5 /include/linux/ethtool.h | |
parent | 15f0a394c6573f4cb65a13095288ab9b9f8135f9 (diff) | |
download | kernel_samsung_smdk4412-a9828ec6bc0b7e19a65f7e13daa8bd35a926a753.zip kernel_samsung_smdk4412-a9828ec6bc0b7e19a65f7e13daa8bd35a926a753.tar.gz kernel_samsung_smdk4412-a9828ec6bc0b7e19a65f7e13daa8bd35a926a753.tar.bz2 |
ethtool: Remove support for obsolete string query operations
The in-tree implementations have all been converted to
get_sset_count().
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/ethtool.h')
-rw-r--r-- | include/linux/ethtool.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/ethtool.h b/include/linux/ethtool.h index 15e4eb7..aa0dcb3 100644 --- a/include/linux/ethtool.h +++ b/include/linux/ethtool.h @@ -495,10 +495,6 @@ struct ethtool_ops { u32 (*get_priv_flags)(struct net_device *); int (*set_priv_flags)(struct net_device *, u32); int (*get_sset_count)(struct net_device *, int); - - /* the following hooks are obsolete */ - int (*self_test_count)(struct net_device *);/* use get_sset_count */ - int (*get_stats_count)(struct net_device *);/* use get_sset_count */ int (*get_rxnfc)(struct net_device *, struct ethtool_rxnfc *, void *); int (*set_rxnfc)(struct net_device *, struct ethtool_rxnfc *); int (*flash_device)(struct net_device *, struct ethtool_flash *); |