diff options
Diffstat (limited to 'net/key/af_key.c')
-rw-r--r-- | net/key/af_key.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/key/af_key.c b/net/key/af_key.c index dba9abd27f90..7b1e99b5b4d2 100644 --- a/net/key/af_key.c +++ b/net/key/af_key.c | |||
@@ -3705,7 +3705,7 @@ static void pfkey_seq_stop(struct seq_file *f, void *v) | |||
3705 | read_unlock(&pfkey_table_lock); | 3705 | read_unlock(&pfkey_table_lock); |
3706 | } | 3706 | } |
3707 | 3707 | ||
3708 | static struct seq_operations pfkey_seq_ops = { | 3708 | static const struct seq_operations pfkey_seq_ops = { |
3709 | .start = pfkey_seq_start, | 3709 | .start = pfkey_seq_start, |
3710 | .next = pfkey_seq_next, | 3710 | .next = pfkey_seq_next, |
3711 | .stop = pfkey_seq_stop, | 3711 | .stop = pfkey_seq_stop, |