diff options
Diffstat (limited to 'arch/frv')
-rw-r--r-- | arch/frv/kernel/setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/frv/kernel/setup.c b/arch/frv/kernel/setup.c index 6c01464db699..0669e1382383 100644 --- a/arch/frv/kernel/setup.c +++ b/arch/frv/kernel/setup.c | |||
@@ -1113,7 +1113,7 @@ static void c_stop(struct seq_file *m, void *v) | |||
1113 | { | 1113 | { |
1114 | } | 1114 | } |
1115 | 1115 | ||
1116 | struct seq_operations cpuinfo_op = { | 1116 | const struct seq_operations cpuinfo_op = { |
1117 | .start = c_start, | 1117 | .start = c_start, |
1118 | .next = c_next, | 1118 | .next = c_next, |
1119 | .stop = c_stop, | 1119 | .stop = c_stop, |