]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/net/typhoon.c
drivers/net: const-ify ethtool_ops declarations
[net-next-2.6.git] / drivers / net / typhoon.c
index 03107310ea7b3d5a4a871e29e87e595a84e81c84..2fb4f978ed54423507469d56f8844ba2861a4b59 100644 (file)
@@ -1241,7 +1241,7 @@ typhoon_get_ringparam(struct net_device *dev, struct ethtool_ringparam *ering)
        ering->tx_pending = TXLO_ENTRIES - 1;
 }
 
-static struct ethtool_ops typhoon_ethtool_ops = {
+static const struct ethtool_ops typhoon_ethtool_ops = {
        .get_settings           = typhoon_get_settings,
        .set_settings           = typhoon_set_settings,
        .get_drvinfo            = typhoon_get_drvinfo,