netdev: drivers should make ethtool_ops const
[deliverable/linux.git] / drivers / net / bfin_mac.c
index f580b21eabd1274ecad12e869cd7f0526d89e18f..14bd3801f7d37296a82c68487ae1847ff8848069 100644 (file)
@@ -491,7 +491,7 @@ static void bfin_mac_ethtool_getdrvinfo(struct net_device *dev,
        strcpy(info->bus_info, dev_name(&dev->dev));
 }
 
-static struct ethtool_ops bfin_mac_ethtool_ops = {
+static const struct ethtool_ops bfin_mac_ethtool_ops = {
        .get_settings = bfin_mac_ethtool_getsettings,
        .set_settings = bfin_mac_ethtool_setsettings,
        .get_link = ethtool_op_get_link,
This page took 0.036552 seconds and 5 git commands to generate.