commit | 12323cacca2014dcf517d1988fcdb8e44a1f497b | [log] [tgz] |
---|---|---|
author | Jan Engelhardt <jengelh@computergmbh.de> | Tue Jan 22 20:42:33 2008 +0100 |
committer | Ralf Baechle <ralf@linux-mips.org> | Tue Jan 29 10:15:03 2008 +0000 |
tree | e6b6ac1c130cbba6d37c3b5a3959341c8c302de5 | |
parent | d4e9cffa161da806cb4bc9df4a4e49d287156bfa [diff] [blame] |
[MIPS]: constify function pointer tables Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
diff --git a/arch/mips/kernel/proc.c b/arch/mips/kernel/proc.c index 34dd228..36f0653 100644 --- a/arch/mips/kernel/proc.c +++ b/arch/mips/kernel/proc.c
@@ -90,7 +90,7 @@ { } -struct seq_operations cpuinfo_op = { +const struct seq_operations cpuinfo_op = { .start = c_start, .next = c_next, .stop = c_stop,