]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/net/tulip/de2104x.c
drivers/net: const-ify ethtool_ops declarations
[net-next-2.6.git] / drivers / net / tulip / de2104x.c
index 17a2ebaef58cf78a2a1baf92977dc10ca2ab70be..e1b48bd86646b809400d946171b52b7bee2005d4 100644 (file)
@@ -1670,7 +1670,7 @@ static void de_get_regs(struct net_device *dev, struct ethtool_regs *regs,
        spin_unlock_irq(&de->lock);
 }
 
-static struct ethtool_ops de_ethtool_ops = {
+static const struct ethtool_ops de_ethtool_ops = {
        .get_link               = ethtool_op_get_link,
        .get_tx_csum            = ethtool_op_get_tx_csum,
        .get_sg                 = ethtool_op_get_sg,