diff options
Diffstat (limited to 'drivers/net/pcnet32.c')
-rw-r--r-- | drivers/net/pcnet32.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/pcnet32.c b/drivers/net/pcnet32.c index 724d90bd1feb..4840ddea71ac 100644 --- a/drivers/net/pcnet32.c +++ b/drivers/net/pcnet32.c | |||
@@ -1509,9 +1509,6 @@ static const struct ethtool_ops pcnet32_ethtool_ops = { | |||
1509 | .get_link = pcnet32_get_link, | 1509 | .get_link = pcnet32_get_link, |
1510 | .get_ringparam = pcnet32_get_ringparam, | 1510 | .get_ringparam = pcnet32_get_ringparam, |
1511 | .set_ringparam = pcnet32_set_ringparam, | 1511 | .set_ringparam = pcnet32_set_ringparam, |
1512 | .get_tx_csum = ethtool_op_get_tx_csum, | ||
1513 | .get_sg = ethtool_op_get_sg, | ||
1514 | .get_tso = ethtool_op_get_tso, | ||
1515 | .get_strings = pcnet32_get_strings, | 1512 | .get_strings = pcnet32_get_strings, |
1516 | .self_test_count = pcnet32_self_test_count, | 1513 | .self_test_count = pcnet32_self_test_count, |
1517 | .self_test = pcnet32_ethtool_test, | 1514 | .self_test = pcnet32_ethtool_test, |