drivers/net: const-ify ethtool_ops declarations
[deliverable/linux.git] / drivers / net / gianfar_ethtool.c
index de8da82cb7ee700a252eda2de007184cd1f5d15d..6d71bea5e9003cd41549d3be8bd177311b080021 100644 (file)
@@ -567,7 +567,7 @@ static void gfar_set_msglevel(struct net_device *dev, uint32_t data)
 }
 
 
-struct ethtool_ops gfar_ethtool_ops = {
+const struct ethtool_ops gfar_ethtool_ops = {
        .get_settings = gfar_gsettings,
        .set_settings = gfar_ssettings,
        .get_drvinfo = gfar_gdrvinfo,
This page took 0.024779 seconds and 5 git commands to generate.