netdev: drivers should make ethtool_ops const
[deliverable/linux.git] / drivers / net / ps3_gelic_net.c
index a3932c9f3406c9d4e75967fc392d759cffb78330..b211613e9dbd773e35b95012cbb9793dcd01ffe9 100644 (file)
@@ -1346,7 +1346,7 @@ done:
        return status;
 }
 
-static struct ethtool_ops gelic_ether_ethtool_ops = {
+static const struct ethtool_ops gelic_ether_ethtool_ops = {
        .get_drvinfo    = gelic_net_get_drvinfo,
        .get_settings   = gelic_ether_get_settings,
        .get_link       = ethtool_op_get_link,
This page took 0.024224 seconds and 5 git commands to generate.