]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - net/core/dev_mcast.c
[NET]: make seq_operations const
[net-next-2.6.git] / net / core / dev_mcast.c
index 56b310c0c860af79db12593d6efbe48f793e034d..7d57bf77f3a3d186a0000c87c8a7329eb56a3f64 100644 (file)
@@ -264,7 +264,7 @@ static int dev_mc_seq_show(struct seq_file *seq, void *v)
        return 0;
 }
 
-static struct seq_operations dev_mc_seq_ops = {
+static const struct seq_operations dev_mc_seq_ops = {
        .start = dev_mc_seq_start,
        .next  = dev_mc_seq_next,
        .stop  = dev_mc_seq_stop,