Merge git://git.infradead.org/battery-2.6
[cascardo/linux.git] / arch / m32r / kernel / setup.c
index f1f5db0..0392112 100644 (file)
@@ -369,7 +369,7 @@ static void c_stop(struct seq_file *m, void *v)
 {
 }
 
-struct seq_operations cpuinfo_op = {
+const struct seq_operations cpuinfo_op = {
        .start = c_start,
        .next = c_next,
        .stop = c_stop,