]> git.karo-electronics.de Git - linux-beck.git/blobdiff - drivers/net/atl1c/atl1c_ethtool.c
netdev: drivers should make ethtool_ops const
[linux-beck.git] / drivers / net / atl1c / atl1c_ethtool.c
index 00d11b480af30b48956bb1633a329f282c584222..9b1e0eaebb5ccd41751538031f2f0e4b485baccf 100644 (file)
@@ -294,7 +294,7 @@ static int atl1c_nway_reset(struct net_device *netdev)
        return 0;
 }
 
-static struct ethtool_ops atl1c_ethtool_ops = {
+static const struct ethtool_ops atl1c_ethtool_ops = {
        .get_settings           = atl1c_get_settings,
        .set_settings           = atl1c_set_settings,
        .get_drvinfo            = atl1c_get_drvinfo,