Signed-off-by: Stephen Hemminger --- a/drivers/net/ethernet/broadcom/bcm63xx_enet.c 2011-12-07 10:54:18.688278133 -0800 +++ b/drivers/net/ethernet/broadcom/bcm63xx_enet.c 2012-01-04 14:19:01.945391195 -0800 @@ -1469,7 +1469,7 @@ static int bcm_enet_set_pauseparam(struc 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, -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html