diff options
Diffstat (limited to 'arch/powerpc/kernel/setup-common.c')
-rw-r--r-- | arch/powerpc/kernel/setup-common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/setup-common.c b/arch/powerpc/kernel/setup-common.c index 02fed27af7f6..1d5570a1e456 100644 --- a/arch/powerpc/kernel/setup-common.c +++ b/arch/powerpc/kernel/setup-common.c | |||
@@ -328,7 +328,7 @@ static void c_stop(struct seq_file *m, void *v) | |||
328 | { | 328 | { |
329 | } | 329 | } |
330 | 330 | ||
331 | struct seq_operations cpuinfo_op = { | 331 | const struct seq_operations cpuinfo_op = { |
332 | .start =c_start, | 332 | .start =c_start, |
333 | .next = c_next, | 333 | .next = c_next, |
334 | .stop = c_stop, | 334 | .stop = c_stop, |