]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - net/ipv6/ip6mr.c
net: seq_operations should be const
[net-next-2.6.git] / net / ipv6 / ip6mr.c
index 19c8dec2ead9c425ad0b86f66cfbb9cf5768f912..d2df837892d259d880ccc35af07507e3a3f385aa 100644 (file)
@@ -204,7 +204,7 @@ static int ip6mr_vif_seq_show(struct seq_file *seq, void *v)
        return 0;
 }
 
-static struct seq_operations ip6mr_vif_seq_ops = {
+static const struct seq_operations ip6mr_vif_seq_ops = {
        .start = ip6mr_vif_seq_start,
        .next  = ip6mr_vif_seq_next,
        .stop  = ip6mr_vif_seq_stop,