[NET]: Make all initialized struct seq_operations const.
[GitHub/exynos8895/android_kernel_samsung_universal8895.git] / net / netfilter / nf_queue.c
index 823fbf404566da699212f47f56bf5ab73814f441..a481a349f7bf6b5e29d00e75343f5a5934b47f1a 100644 (file)
@@ -330,7 +330,7 @@ static int seq_show(struct seq_file *s, void *v)
        return ret;
 }
 
-static struct seq_operations nfqueue_seq_ops = {
+static const struct seq_operations nfqueue_seq_ops = {
        .start  = seq_start,
        .next   = seq_next,
        .stop   = seq_stop,