[SPARC]: Constify function pointer tables.

Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Jan Engelhardt
2008-01-22 18:29:20 -08:00
committed by David S. Miller
parent 2ad913babd
commit 872e2be7c4
4 changed files with 4 additions and 4 deletions

View File

@@ -131,7 +131,7 @@ static void property_stop(struct seq_file *f, void *v)
/* Nothing to do */
}
static struct seq_operations property_op = {
static const struct seq_operations property_op = {
.start = property_start,
.next = property_next,
.stop = property_stop,