[NET]: Make all initialized struct seq_operations const.
[safe/jmp/linux-2.6] / net / ipv4 / netfilter / ipt_recent.c
index a7b14f2..3218043 100644 (file)
@@ -370,7 +370,7 @@ static int recent_seq_show(struct seq_file *seq, void *v)
        return 0;
 }
 
-static struct seq_operations recent_seq_ops = {
+static const struct seq_operations recent_seq_ops = {
        .start          = recent_seq_start,
        .next           = recent_seq_next,
        .stop           = recent_seq_stop,