]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/net/e100.c
drivers/net: const-ify ethtool_ops declarations
[linux-2.6-omap-h63xx.git] / drivers / net / e100.c
index 47d970896a5c7a7d884739fc4f76331e1ed43f64..dc5e38aefca6adc706ae9feb27ea2d9d87162d93 100644 (file)
@@ -2477,7 +2477,7 @@ static void e100_get_strings(struct net_device *netdev, u32 stringset, u8 *data)
        }
 }
 
-static struct ethtool_ops e100_ethtool_ops = {
+static const struct ethtool_ops e100_ethtool_ops = {
        .get_settings           = e100_get_settings,
        .set_settings           = e100_set_settings,
        .get_drvinfo            = e100_get_drvinfo,