[NET]: Make all initialized struct seq_operations const.
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / net / netfilter / xt_hashlimit.c
index 5a6ea9b9108c4daa0288a678a3ddd9bfdf2e16b3..d6b3d01975b6e5664b969e1ce81bb2f11fa2adcb 100644 (file)
@@ -701,7 +701,7 @@ static int dl_seq_show(struct seq_file *s, void *v)
        return 0;
 }
 
-static struct seq_operations dl_seq_ops = {
+static const struct seq_operations dl_seq_ops = {
        .start = dl_seq_start,
        .next  = dl_seq_next,
        .stop  = dl_seq_stop,