procfs: constify function pointer tables
[pandora-kernel.git] / arch / v850 / kernel / procfs.c
index e6f9d06..e433cde 100644 (file)
@@ -59,7 +59,7 @@ static void cpuinfo_stop (struct seq_file *m, void *v)
 {
 }
 
-struct seq_operations cpuinfo_op = {
+const struct seq_operations cpuinfo_op = {
        .start  = cpuinfo_start,
        .next   = cpuinfo_next,
        .stop   = cpuinfo_stop,