[MIPS]: constify function pointer tables

Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
Jan Engelhardt
2008-01-22 20:42:33 +01:00
committed by Ralf Baechle
parent d4e9cffa16
commit 12323cacca
2 changed files with 2 additions and 2 deletions

View File

@ -90,7 +90,7 @@ static void c_stop(struct seq_file *m, void *v)
{
}
struct seq_operations cpuinfo_op = {
const struct seq_operations cpuinfo_op = {
.start = c_start,
.next = c_next,
.stop = c_stop,