diff options
Diffstat (limited to 'arch/ppc/kernel/setup.c')
-rw-r--r-- | arch/ppc/kernel/setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ppc/kernel/setup.c b/arch/ppc/kernel/setup.c index d51368d72e39..294055902f0c 100644 --- a/arch/ppc/kernel/setup.c +++ b/arch/ppc/kernel/setup.c | |||
@@ -275,7 +275,7 @@ static void c_stop(struct seq_file *m, void *v) | |||
275 | { | 275 | { |
276 | } | 276 | } |
277 | 277 | ||
278 | struct seq_operations cpuinfo_op = { | 278 | const struct seq_operations cpuinfo_op = { |
279 | .start =c_start, | 279 | .start =c_start, |
280 | .next = c_next, | 280 | .next = c_next, |
281 | .stop = c_stop, | 281 | .stop = c_stop, |