[NET]: Make all initialized struct seq_operations const.
[safe/jmp/linux-2.6] / net / atm / br2684.c
index 3e26438..faa6aaf 100644 (file)
@@ -758,7 +758,7 @@ static int br2684_seq_show(struct seq_file *seq, void *v)
        return 0;
 }
 
-static struct seq_operations br2684_seq_ops = {
+static const struct seq_operations br2684_seq_ops = {
        .start = br2684_seq_start,
        .next  = br2684_seq_next,
        .stop  = br2684_seq_stop,