diff options
Diffstat (limited to 'arch/x86/kernel/cpu/proc.c')
-rw-r--r-- | arch/x86/kernel/cpu/proc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/cpu/proc.c b/arch/x86/kernel/cpu/proc.c index 3900e46d66db..028213260148 100644 --- a/arch/x86/kernel/cpu/proc.c +++ b/arch/x86/kernel/cpu/proc.c | |||
@@ -188,7 +188,7 @@ static void *c_next(struct seq_file *m, void *v, loff_t *pos) | |||
188 | static void c_stop(struct seq_file *m, void *v) | 188 | static void c_stop(struct seq_file *m, void *v) |
189 | { | 189 | { |
190 | } | 190 | } |
191 | struct seq_operations cpuinfo_op = { | 191 | const struct seq_operations cpuinfo_op = { |
192 | .start = c_start, | 192 | .start = c_start, |
193 | .next = c_next, | 193 | .next = c_next, |
194 | .stop = c_stop, | 194 | .stop = c_stop, |