]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - net/atm/br2684.c
[NET]: Make all initialized struct seq_operations const.
[net-next-2.6.git] / net / atm / br2684.c
index 3e2643893178d6baae15301d4d71eb39825a84a5..faa6aaf67563ff298121518ffc192655a85be2ab 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,