[NET]: make seq_operations const
[powerpc.git] / net / ipv4 / fib_hash.c
index a4949f9..9cfecf1 100644 (file)
@@ -1027,7 +1027,7 @@ out:
        return 0;
 }
 
-static struct seq_operations fib_seq_ops = {
+static const struct seq_operations fib_seq_ops = {
        .start  = fib_seq_start,
        .next   = fib_seq_next,
        .stop   = fib_seq_stop,