diff options
Diffstat (limited to 'arch/xtensa')
-rw-r--r-- | arch/xtensa/kernel/setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/xtensa/kernel/setup.c b/arch/xtensa/kernel/setup.c index 2e8d398cf196..b80f2cb1b4fb 100644 --- a/arch/xtensa/kernel/setup.c +++ b/arch/xtensa/kernel/setup.c | |||
@@ -469,7 +469,7 @@ c_stop(struct seq_file *f, void *v) | |||
469 | { | 469 | { |
470 | } | 470 | } |
471 | 471 | ||
472 | struct seq_operations cpuinfo_op = | 472 | const struct seq_operations cpuinfo_op = |
473 | { | 473 | { |
474 | start: c_start, | 474 | start: c_start, |
475 | next: c_next, | 475 | next: c_next, |