drivers/net: const-ify ethtool_ops declarations
[deliverable/linux.git] / drivers / net / sunbmac.c
index d46891510767578425bbc80a348223817e075f98..9e4be86495a03ef96b9b38d9f09f6d00ff1b3c03 100644 (file)
@@ -1071,7 +1071,7 @@ static u32 bigmac_get_link(struct net_device *dev)
        return (bp->sw_bmsr & BMSR_LSTATUS);
 }
 
-static struct ethtool_ops bigmac_ethtool_ops = {
+static const struct ethtool_ops bigmac_ethtool_ops = {
        .get_drvinfo            = bigmac_get_drvinfo,
        .get_link               = bigmac_get_link,
 };
This page took 0.024187 seconds and 5 git commands to generate.