diff options
Diffstat (limited to 'drivers/net/loopback.c')
-rw-r--r-- | drivers/net/loopback.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/loopback.c b/drivers/net/loopback.c index a328da72833c..0e2252fd71ab 100644 --- a/drivers/net/loopback.c +++ b/drivers/net/loopback.c | |||
@@ -192,7 +192,6 @@ static u32 always_on(struct net_device *dev) | |||
192 | 192 | ||
193 | static const struct ethtool_ops loopback_ethtool_ops = { | 193 | static const struct ethtool_ops loopback_ethtool_ops = { |
194 | .get_link = always_on, | 194 | .get_link = always_on, |
195 | .get_tso = ethtool_op_get_tso, | ||
196 | .set_tso = ethtool_op_set_tso, | 195 | .set_tso = ethtool_op_set_tso, |
197 | .get_tx_csum = always_on, | 196 | .get_tx_csum = always_on, |
198 | .get_sg = always_on, | 197 | .get_sg = always_on, |