diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/sfc/ethtool.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/sfc/ethtool.c b/drivers/net/sfc/ethtool.c index 53f3eb20f4ea..dde21a890855 100644 --- a/drivers/net/sfc/ethtool.c +++ b/drivers/net/sfc/ethtool.c | |||
@@ -888,7 +888,6 @@ const struct ethtool_ops efx_ethtool_ops = { | |||
888 | /* Need to enable/disable TSO-IPv6 too */ | 888 | /* Need to enable/disable TSO-IPv6 too */ |
889 | .set_tso = efx_ethtool_set_tso, | 889 | .set_tso = efx_ethtool_set_tso, |
890 | .get_flags = ethtool_op_get_flags, | 890 | .get_flags = ethtool_op_get_flags, |
891 | .set_flags = ethtool_op_set_flags, | ||
892 | .get_sset_count = efx_ethtool_get_sset_count, | 891 | .get_sset_count = efx_ethtool_get_sset_count, |
893 | .self_test = efx_ethtool_self_test, | 892 | .self_test = efx_ethtool_self_test, |
894 | .get_strings = efx_ethtool_get_strings, | 893 | .get_strings = efx_ethtool_get_strings, |