]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/rose/af_rose.c
[NET]: Make all initialized struct seq_operations const.
[linux-2.6-omap-h63xx.git] / net / rose / af_rose.c
index d476c43d52169082f65f3da2be124470a23786d6..f4d3aba008009298fc1b77a5314005225392bcfb 100644 (file)
@@ -1454,7 +1454,7 @@ static int rose_info_show(struct seq_file *seq, void *v)
        return 0;
 }
 
-static struct seq_operations rose_info_seqops = {
+static const struct seq_operations rose_info_seqops = {
        .start = rose_info_start,
        .next = rose_info_next,
        .stop = rose_info_stop,