X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=net%2Fipv6%2Fmcast.c;h=ae9881832a7ec548ae3c77456dc5089f01b49337;hb=3f5f4346b6d3c8bc33780a941da2473c4be2c989;hp=3e308fb41b49a8ff8f73b1666b724bab1325a8db;hpb=7e20ef030dde0e52dd5a57220ee82fa9facbea4e;p=linux-2.6 diff --git a/net/ipv6/mcast.c b/net/ipv6/mcast.c index 3e308fb41b..ae9881832a 100644 --- a/net/ipv6/mcast.c +++ b/net/ipv6/mcast.c @@ -2423,7 +2423,7 @@ static int igmp6_mc_seq_show(struct seq_file *seq, void *v) return 0; } -static struct seq_operations igmp6_mc_seq_ops = { +static const struct seq_operations igmp6_mc_seq_ops = { .start = igmp6_mc_seq_start, .next = igmp6_mc_seq_next, .stop = igmp6_mc_seq_stop, @@ -2597,7 +2597,7 @@ static int igmp6_mcf_seq_show(struct seq_file *seq, void *v) return 0; } -static struct seq_operations igmp6_mcf_seq_ops = { +static const struct seq_operations igmp6_mcf_seq_ops = { .start = igmp6_mcf_seq_start, .next = igmp6_mcf_seq_next, .stop = igmp6_mcf_seq_stop,