diff options
Diffstat (limited to 'arch/x86/kernel/setup_64.c')
-rw-r--r-- | arch/x86/kernel/setup_64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/setup_64.c b/arch/x86/kernel/setup_64.c index f84e2662f1ca..116687ade180 100644 --- a/arch/x86/kernel/setup_64.c +++ b/arch/x86/kernel/setup_64.c | |||
@@ -1251,7 +1251,7 @@ static void c_stop(struct seq_file *m, void *v) | |||
1251 | { | 1251 | { |
1252 | } | 1252 | } |
1253 | 1253 | ||
1254 | struct seq_operations cpuinfo_op = { | 1254 | const struct seq_operations cpuinfo_op = { |
1255 | .start = c_start, | 1255 | .start = c_start, |
1256 | .next = c_next, | 1256 | .next = c_next, |
1257 | .stop = c_stop, | 1257 | .stop = c_stop, |