diff options
Diffstat (limited to 'drivers/net/tulip/de2104x.c')
-rw-r--r-- | drivers/net/tulip/de2104x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/tulip/de2104x.c b/drivers/net/tulip/de2104x.c index 17a2ebaef58c..e1b48bd86646 100644 --- a/drivers/net/tulip/de2104x.c +++ b/drivers/net/tulip/de2104x.c | |||
@@ -1670,7 +1670,7 @@ static void de_get_regs(struct net_device *dev, struct ethtool_regs *regs, | |||
1670 | spin_unlock_irq(&de->lock); | 1670 | spin_unlock_irq(&de->lock); |
1671 | } | 1671 | } |
1672 | 1672 | ||
1673 | static struct ethtool_ops de_ethtool_ops = { | 1673 | static const struct ethtool_ops de_ethtool_ops = { |
1674 | .get_link = ethtool_op_get_link, | 1674 | .get_link = ethtool_op_get_link, |
1675 | .get_tx_csum = ethtool_op_get_tx_csum, | 1675 | .get_tx_csum = ethtool_op_get_tx_csum, |
1676 | .get_sg = ethtool_op_get_sg, | 1676 | .get_sg = ethtool_op_get_sg, |