drivers/net: const-ify ethtool_ops declarations
[deliverable/linux.git] / drivers / net / tulip / xircom_cb.c
index cf43390d2c80d44943cc056eb373977874dab50d..629eac64528911aef4f85ed42f58688a57729228 100644 (file)
@@ -190,7 +190,7 @@ static void netdev_get_drvinfo(struct net_device *dev,
        strcpy(info->bus_info, pci_name(private->pdev));
 }
 
-static struct ethtool_ops netdev_ethtool_ops = {
+static const struct ethtool_ops netdev_ethtool_ops = {
        .get_drvinfo            = netdev_get_drvinfo,
 };
 
This page took 0.028579 seconds and 5 git commands to generate.