|
@@ -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,
|