[ARM] constify function pointer tables

Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
Jan Engelhardt
2008-01-22 20:41:07 +01:00
committed by Russell King
parent 72e7ae8141
commit 2ffd6e182c
2 changed files with 3 additions and 3 deletions

View File

@@ -1001,7 +1001,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,