diff options
Diffstat (limited to 'arch/m68knommu/kernel/setup.c')
-rw-r--r-- | arch/m68knommu/kernel/setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68knommu/kernel/setup.c b/arch/m68knommu/kernel/setup.c index 156c6c662c7e..d6f0200316fe 100644 --- a/arch/m68knommu/kernel/setup.c +++ b/arch/m68knommu/kernel/setup.c | |||
@@ -260,7 +260,7 @@ static void c_stop(struct seq_file *m, void *v) | |||
260 | { | 260 | { |
261 | } | 261 | } |
262 | 262 | ||
263 | struct seq_operations cpuinfo_op = { | 263 | const struct seq_operations cpuinfo_op = { |
264 | .start = c_start, | 264 | .start = c_start, |
265 | .next = c_next, | 265 | .next = c_next, |
266 | .stop = c_stop, | 266 | .stop = c_stop, |