[NET]: Make all initialized struct seq_operations const.
[safe/jmp/linux-2.6] / net / netfilter / nfnetlink_queue.c
index 7d47fc4..bb65a38 100644 (file)
@@ -1048,7 +1048,7 @@ static int seq_show(struct seq_file *s, void *v)
                          atomic_read(&inst->use));
 }
 
-static struct seq_operations nfqnl_seq_ops = {
+static const struct seq_operations nfqnl_seq_ops = {
        .start  = seq_start,
        .next   = seq_next,
        .stop   = seq_stop,