net: seq_operations should be const
Signed-off-by: Stephen Hemminger <shemminger@vyatta.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
0fc0b732ea
commit
98147d527a
@@ -3705,7 +3705,7 @@ static void pfkey_seq_stop(struct seq_file *f, void *v)
|
||||
read_unlock(&pfkey_table_lock);
|
||||
}
|
||||
|
||||
static struct seq_operations pfkey_seq_ops = {
|
||||
static const struct seq_operations pfkey_seq_ops = {
|
||||
.start = pfkey_seq_start,
|
||||
.next = pfkey_seq_next,
|
||||
.stop = pfkey_seq_stop,
|
||||
|
Reference in New Issue
Block a user