]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/net/sunhme.c
drivers/net: const-ify ethtool_ops declarations
[net-next-2.6.git] / drivers / net / sunhme.c
index 6779ac1f904aac3e28995beb2bfc5adc5f7453ad..2ff0ded24000b17fcfa26eff08e428a2eada87bb 100644 (file)
@@ -2512,7 +2512,7 @@ static u32 hme_get_link(struct net_device *dev)
        return (hp->sw_bmsr & BMSR_LSTATUS);
 }
 
-static struct ethtool_ops hme_ethtool_ops = {
+static const struct ethtool_ops hme_ethtool_ops = {
        .get_settings           = hme_get_settings,
        .set_settings           = hme_set_settings,
        .get_drvinfo            = hme_get_drvinfo,