diff options
Diffstat (limited to 'net/unix/af_unix.c')
-rw-r--r-- | net/unix/af_unix.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/unix/af_unix.c b/net/unix/af_unix.c index a9ee634f3c42..90a3784e3084 100644 --- a/net/unix/af_unix.c +++ b/net/unix/af_unix.c | |||
@@ -2869,7 +2869,6 @@ static int unix_seq_open(struct inode *inode, struct file *file) | |||
2869 | } | 2869 | } |
2870 | 2870 | ||
2871 | static const struct file_operations unix_seq_fops = { | 2871 | static const struct file_operations unix_seq_fops = { |
2872 | .owner = THIS_MODULE, | ||
2873 | .open = unix_seq_open, | 2872 | .open = unix_seq_open, |
2874 | .read = seq_read, | 2873 | .read = seq_read, |
2875 | .llseek = seq_lseek, | 2874 | .llseek = seq_lseek, |