diff options
Diffstat (limited to 'arch/sparc64/kernel')
-rw-r--r-- | arch/sparc64/kernel/setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sparc64/kernel/setup.c b/arch/sparc64/kernel/setup.c index 0f5be828ee92..a813441b358f 100644 --- a/arch/sparc64/kernel/setup.c +++ b/arch/sparc64/kernel/setup.c | |||
@@ -421,7 +421,7 @@ static void c_stop(struct seq_file *m, void *v) | |||
421 | { | 421 | { |
422 | } | 422 | } |
423 | 423 | ||
424 | struct seq_operations cpuinfo_op = { | 424 | const struct seq_operations cpuinfo_op = { |
425 | .start =c_start, | 425 | .start =c_start, |
426 | .next = c_next, | 426 | .next = c_next, |
427 | .stop = c_stop, | 427 | .stop = c_stop, |