[NET]: Make all initialized struct seq_operations const.
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / net / netrom / af_netrom.c
index 5d4a26c2aa0c7027a0e8c906600ef3a46f5af607..5d66490dd290a07a7c989465ee5b21c98aed2a83 100644 (file)
@@ -1328,7 +1328,7 @@ static int nr_info_show(struct seq_file *seq, void *v)
        return 0;
 }
 
-static struct seq_operations nr_info_seqops = {
+static const struct seq_operations nr_info_seqops = {
        .start = nr_info_start,
        .next = nr_info_next,
        .stop = nr_info_stop,