diff options
Diffstat (limited to 'net/unix')
-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 3a35a6e8bf91..5aaf23e43f1d 100644 --- a/net/unix/af_unix.c +++ b/net/unix/af_unix.c | |||
@@ -571,7 +571,6 @@ static const struct proto_ops unix_seqpacket_ops = { | |||
571 | static struct proto unix_proto = { | 571 | static struct proto unix_proto = { |
572 | .name = "UNIX", | 572 | .name = "UNIX", |
573 | .owner = THIS_MODULE, | 573 | .owner = THIS_MODULE, |
574 | .sockets_allocated = &unix_nr_socks, | ||
575 | .obj_size = sizeof(struct unix_sock), | 574 | .obj_size = sizeof(struct unix_sock), |
576 | }; | 575 | }; |
577 | 576 | ||