]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/net/3c515.c
drivers/net: const-ify ethtool_ops declarations
[net-next-2.6.git] / drivers / net / 3c515.c
index bde9f5bd336226b9c820063567e3577f4893e389..91f2232e6050fbfe2f4e8caff253c3b99ed37b43 100644 (file)
@@ -379,7 +379,7 @@ static int corkscrew_close(struct net_device *dev);
 static void update_stats(int addr, struct net_device *dev);
 static struct net_device_stats *corkscrew_get_stats(struct net_device *dev);
 static void set_rx_mode(struct net_device *dev);
-static struct ethtool_ops netdev_ethtool_ops;
+static const struct ethtool_ops netdev_ethtool_ops;
 
 
 /*
@@ -1561,7 +1561,7 @@ static void netdev_set_msglevel(struct net_device *dev, u32 level)
        corkscrew_debug = level;
 }
 
-static struct ethtool_ops netdev_ethtool_ops = {
+static const struct ethtool_ops netdev_ethtool_ops = {
        .get_drvinfo            = netdev_get_drvinfo,
        .get_msglevel           = netdev_get_msglevel,
        .set_msglevel           = netdev_set_msglevel,