]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - net/netfilter/x_tables.c
[NET]: Make all initialized struct seq_operations const.
[net-next-2.6.git] / net / netfilter / x_tables.c
index 520eddf4d61b9a1a3cc29e6b22acbd39ba8995a3..cc2baa6d5a7ac5d75d6a9ec3686e755787dc64ff 100644 (file)
@@ -745,7 +745,7 @@ static int xt_name_seq_show(struct seq_file *seq, void *v)
                return 0;
 }
 
-static struct seq_operations xt_tgt_seq_ops = {
+static const struct seq_operations xt_tgt_seq_ops = {
        .start  = xt_tgt_seq_start,
        .next   = xt_tgt_seq_next,
        .stop   = xt_tgt_seq_stop,