[NET]: Make all initialized struct seq_operations const.
[deliverable/linux.git] / net / 802 / tr.c
index 0ba1946211c935e79883963c21782f7258bb5726..e56e61a7f5450ad783aa92a510dafab0a7309069 100644 (file)
@@ -567,7 +567,7 @@ static int rif_seq_show(struct seq_file *seq, void *v)
 }
 
 
-static struct seq_operations rif_seq_ops = {
+static const struct seq_operations rif_seq_ops = {
        .start = rif_seq_start,
        .next  = rif_seq_next,
        .stop  = rif_seq_stop,
This page took 0.028084 seconds and 5 git commands to generate.