[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:
committed by
David S. Miller
parent
2ad913babd
commit
872e2be7c4
@@ -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,
|
||||
|
Reference in New Issue
Block a user