diff options
Diffstat (limited to 'arch/avr32/kernel/cpu.c')
-rw-r--r-- | arch/avr32/kernel/cpu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/avr32/kernel/cpu.c b/arch/avr32/kernel/cpu.c index 14610019216e..b8409caeb23d 100644 --- a/arch/avr32/kernel/cpu.c +++ b/arch/avr32/kernel/cpu.c | |||
@@ -385,7 +385,7 @@ static void c_stop(struct seq_file *m, void *v) | |||
385 | 385 | ||
386 | } | 386 | } |
387 | 387 | ||
388 | struct seq_operations cpuinfo_op = { | 388 | const struct seq_operations cpuinfo_op = { |
389 | .start = c_start, | 389 | .start = c_start, |
390 | .next = c_next, | 390 | .next = c_next, |
391 | .stop = c_stop, | 391 | .stop = c_stop, |