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 ac9478d0ca8b..606971645b33 100644 --- a/net/unix/af_unix.c +++ b/net/unix/af_unix.c | |||
@@ -2040,7 +2040,7 @@ out_kfree: | |||
2040 | goto out; | 2040 | goto out; |
2041 | } | 2041 | } |
2042 | 2042 | ||
2043 | static struct file_operations unix_seq_fops = { | 2043 | static const struct file_operations unix_seq_fops = { |
2044 | .owner = THIS_MODULE, | 2044 | .owner = THIS_MODULE, |
2045 | .open = unix_seq_open, | 2045 | .open = unix_seq_open, |
2046 | .read = seq_read, | 2046 | .read = seq_read, |