diff options
Diffstat (limited to 'arch/m68k')
-rw-r--r-- | arch/m68k/kernel/setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68k/kernel/setup.c b/arch/m68k/kernel/setup.c index 9a06c48edcb3..bba650312fd9 100644 --- a/arch/m68k/kernel/setup.c +++ b/arch/m68k/kernel/setup.c | |||
@@ -450,7 +450,7 @@ static void *c_next(struct seq_file *m, void *v, loff_t *pos) | |||
450 | static void c_stop(struct seq_file *m, void *v) | 450 | static void c_stop(struct seq_file *m, void *v) |
451 | { | 451 | { |
452 | } | 452 | } |
453 | struct seq_operations cpuinfo_op = { | 453 | const struct seq_operations cpuinfo_op = { |
454 | .start = c_start, | 454 | .start = c_start, |
455 | .next = c_next, | 455 | .next = c_next, |
456 | .stop = c_stop, | 456 | .stop = c_stop, |