seq_file: constify seq_operations
[deliverable/linux.git] / net / ipv6 / ip6mr.c
index 3907510c2ce3e17f21fa9b2d5f151d18edb28f6e..090675e269ee7b62ffea095dd4c728de61853ab4 100644 (file)
@@ -324,7 +324,7 @@ static int ipmr_mfc_seq_show(struct seq_file *seq, void *v)
        return 0;
 }
 
-static struct seq_operations ipmr_mfc_seq_ops = {
+static const struct seq_operations ipmr_mfc_seq_ops = {
        .start = ipmr_mfc_seq_start,
        .next  = ipmr_mfc_seq_next,
        .stop  = ipmr_mfc_seq_stop,
This page took 0.02449 seconds and 5 git commands to generate.