]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/net/pcmcia/ibmtr_cs.c
drivers/net: const-ify ethtool_ops declarations
[net-next-2.6.git] / drivers / net / pcmcia / ibmtr_cs.c
index b8fe70b85641a571986e32eb0eafd47b5619549b..bc0ca41a054274e19b1e426061a3fa246ca9c233 100644 (file)
@@ -126,7 +126,7 @@ static void netdev_get_drvinfo(struct net_device *dev,
        strcpy(info->driver, "ibmtr_cs");
 }
 
-static struct ethtool_ops netdev_ethtool_ops = {
+static const struct ethtool_ops netdev_ethtool_ops = {
        .get_drvinfo            = netdev_get_drvinfo,
 };