bcm63xx: make ethtool_ops const
authorstephen hemminger <shemminger@vyatta.com>
Thu, 5 Jan 2012 19:10:24 +0000 (19:10 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 9 Jan 2012 22:05:23 +0000 (14:05 -0800)
Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/broadcom/bcm63xx_enet.c

index a11a8ad..d44331e 100644 (file)
@@ -1469,7 +1469,7 @@ static int bcm_enet_set_pauseparam(struct net_device *dev,
        return 0;
 }
 
-static struct ethtool_ops bcm_enet_ethtool_ops = {
+static const struct ethtool_ops bcm_enet_ethtool_ops = {
        .get_strings            = bcm_enet_get_strings,
        .get_sset_count         = bcm_enet_get_sset_count,
        .get_ethtool_stats      = bcm_enet_get_ethtool_stats,