diff options
Diffstat (limited to 'drivers/net/ucc_geth_ethtool.c')
-rw-r--r-- | drivers/net/ucc_geth_ethtool.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/ucc_geth_ethtool.c b/drivers/net/ucc_geth_ethtool.c index 64bef7c12365..73aa677a4a3e 100644 --- a/drivers/net/ucc_geth_ethtool.c +++ b/drivers/net/ucc_geth_ethtool.c | |||
@@ -373,9 +373,7 @@ static const struct ethtool_ops uec_ethtool_ops = { | |||
373 | .set_ringparam = uec_set_ringparam, | 373 | .set_ringparam = uec_set_ringparam, |
374 | .get_pauseparam = uec_get_pauseparam, | 374 | .get_pauseparam = uec_get_pauseparam, |
375 | .set_pauseparam = uec_set_pauseparam, | 375 | .set_pauseparam = uec_set_pauseparam, |
376 | .get_sg = ethtool_op_get_sg, | ||
377 | .set_sg = ethtool_op_set_sg, | 376 | .set_sg = ethtool_op_set_sg, |
378 | .get_tso = ethtool_op_get_tso, | ||
379 | .get_stats_count = uec_get_stats_count, | 377 | .get_stats_count = uec_get_stats_count, |
380 | .get_strings = uec_get_strings, | 378 | .get_strings = uec_get_strings, |
381 | .get_ethtool_stats = uec_get_ethtool_stats, | 379 | .get_ethtool_stats = uec_get_ethtool_stats, |