diff options
Diffstat (limited to 'arch/m32r/kernel/setup.c')
-rw-r--r-- | arch/m32r/kernel/setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m32r/kernel/setup.c b/arch/m32r/kernel/setup.c index f1f5db0c4084..0392112a5d70 100644 --- a/arch/m32r/kernel/setup.c +++ b/arch/m32r/kernel/setup.c | |||
@@ -369,7 +369,7 @@ static void c_stop(struct seq_file *m, void *v) | |||
369 | { | 369 | { |
370 | } | 370 | } |
371 | 371 | ||
372 | struct seq_operations cpuinfo_op = { | 372 | const struct seq_operations cpuinfo_op = { |
373 | .start = c_start, | 373 | .start = c_start, |
374 | .next = c_next, | 374 | .next = c_next, |
375 | .stop = c_stop, | 375 | .stop = c_stop, |