X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=net%2Fipv6%2Fanycast.c;h=b8c533fbdb63f0ab320b7d27735f2e5a6ea2b040;hb=40b42f1ebf653cd72c32eb1a1a0b9fea2dfbfd7d;hp=9b81264eb78f2b0fcdf336f1b52c1df02f094be1;hpb=62ea6d80211ecc88ef516927ecebf64cb505be3f;p=linux-2.6 diff --git a/net/ipv6/anycast.c b/net/ipv6/anycast.c index 9b81264eb7..b8c533fbdb 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,