X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=net%2Fipv6%2Fanycast.c;h=b8c533fbdb63f0ab320b7d27735f2e5a6ea2b040;hb=d09f51b6997f3f443c5741bc696651e479576715;hp=9b81264eb78f2b0fcdf336f1b52c1df02f094be1;hpb=7562f876cd93800f2f8c89445f2a563590b24e09;p=linux-2.6-omap-h63xx.git diff --git a/net/ipv6/anycast.c b/net/ipv6/anycast.c index 9b81264eb78..b8c533fbdb6 100644 --- a/net/ipv6/anycast.c +++ b/net/ipv6/anycast.c @@ -539,7 +539,7 @@ static int ac6_seq_show(struct seq_file *seq, void *v) return 0; } -static struct seq_operations ac6_seq_ops = { +static const struct seq_operations ac6_seq_ops = { .start = ac6_seq_start, .next = ac6_seq_next, .stop = ac6_seq_stop,