diff options
Diffstat (limited to 'arch/v850/kernel/procfs.c')
-rw-r--r-- | arch/v850/kernel/procfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/v850/kernel/procfs.c b/arch/v850/kernel/procfs.c index e6f9d060ad5b..e433cde789b4 100644 --- a/arch/v850/kernel/procfs.c +++ b/arch/v850/kernel/procfs.c | |||
@@ -59,7 +59,7 @@ static void cpuinfo_stop (struct seq_file *m, void *v) | |||
59 | { | 59 | { |
60 | } | 60 | } |
61 | 61 | ||
62 | struct seq_operations cpuinfo_op = { | 62 | const struct seq_operations cpuinfo_op = { |
63 | .start = cpuinfo_start, | 63 | .start = cpuinfo_start, |
64 | .next = cpuinfo_next, | 64 | .next = cpuinfo_next, |
65 | .stop = cpuinfo_stop, | 65 | .stop = cpuinfo_stop, |