diff options
Diffstat (limited to 'net/unix/af_unix.c')
-rw-r--r-- | net/unix/af_unix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/unix/af_unix.c b/net/unix/af_unix.c index d70fa30d4294..3654b647ac79 100644 --- a/net/unix/af_unix.c +++ b/net/unix/af_unix.c | |||
@@ -2048,7 +2048,7 @@ static int unix_seq_show(struct seq_file *seq, void *v) | |||
2048 | return 0; | 2048 | return 0; |
2049 | } | 2049 | } |
2050 | 2050 | ||
2051 | static struct seq_operations unix_seq_ops = { | 2051 | static const struct seq_operations unix_seq_ops = { |
2052 | .start = unix_seq_start, | 2052 | .start = unix_seq_start, |
2053 | .next = unix_seq_next, | 2053 | .next = unix_seq_next, |
2054 | .stop = unix_seq_stop, | 2054 | .stop = unix_seq_stop, |