diff options
Diffstat (limited to 'arch/blackfin')
-rw-r--r-- | arch/blackfin/kernel/setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/blackfin/kernel/setup.c b/arch/blackfin/kernel/setup.c index 6e106b3d7729..289ea9d7fcdb 100644 --- a/arch/blackfin/kernel/setup.c +++ b/arch/blackfin/kernel/setup.c | |||
@@ -700,7 +700,7 @@ static void c_stop(struct seq_file *m, void *v) | |||
700 | { | 700 | { |
701 | } | 701 | } |
702 | 702 | ||
703 | struct seq_operations cpuinfo_op = { | 703 | const struct seq_operations cpuinfo_op = { |
704 | .start = c_start, | 704 | .start = c_start, |
705 | .next = c_next, | 705 | .next = c_next, |
706 | .stop = c_stop, | 706 | .stop = c_stop, |