diff options
Diffstat (limited to 'drivers/net/sc92031.c')
-rw-r--r-- | drivers/net/sc92031.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/net/sc92031.c b/drivers/net/sc92031.c index 872cb1cc9c41..02c472ecbe55 100644 --- a/drivers/net/sc92031.c +++ b/drivers/net/sc92031.c | |||
@@ -1396,13 +1396,9 @@ static struct ethtool_ops sc92031_ethtool_ops = { | |||
1396 | .set_wol = sc92031_ethtool_set_wol, | 1396 | .set_wol = sc92031_ethtool_set_wol, |
1397 | .nway_reset = sc92031_ethtool_nway_reset, | 1397 | .nway_reset = sc92031_ethtool_nway_reset, |
1398 | .get_link = ethtool_op_get_link, | 1398 | .get_link = ethtool_op_get_link, |
1399 | .get_tx_csum = ethtool_op_get_tx_csum, | ||
1400 | .get_sg = ethtool_op_get_sg, | ||
1401 | .get_tso = ethtool_op_get_tso, | ||
1402 | .get_strings = sc92031_ethtool_get_strings, | 1399 | .get_strings = sc92031_ethtool_get_strings, |
1403 | .get_stats_count = sc92031_ethtool_get_stats_count, | 1400 | .get_stats_count = sc92031_ethtool_get_stats_count, |
1404 | .get_ethtool_stats = sc92031_ethtool_get_ethtool_stats, | 1401 | .get_ethtool_stats = sc92031_ethtool_get_ethtool_stats, |
1405 | .get_ufo = ethtool_op_get_ufo, | ||
1406 | }; | 1402 | }; |
1407 | 1403 | ||
1408 | static int __devinit sc92031_probe(struct pci_dev *pdev, | 1404 | static int __devinit sc92031_probe(struct pci_dev *pdev, |