aboutsummaryrefslogtreecommitdiffstats
path: root/net/vmw_vsock/af_vsock.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/vmw_vsock/af_vsock.c')
-rw-r--r--net/vmw_vsock/af_vsock.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/vmw_vsock/af_vsock.c b/net/vmw_vsock/af_vsock.c
index 593071dabd1c..57896eee1c25 100644
--- a/net/vmw_vsock/af_vsock.c
+++ b/net/vmw_vsock/af_vsock.c
@@ -96,8 +96,7 @@
96#include <linux/wait.h> 96#include <linux/wait.h>
97#include <linux/workqueue.h> 97#include <linux/workqueue.h>
98#include <net/sock.h> 98#include <net/sock.h>
99 99#include <net/af_vsock.h>
100#include "af_vsock.h"
101 100
102static int __vsock_bind(struct sock *sk, struct sockaddr_vm *addr); 101static int __vsock_bind(struct sock *sk, struct sockaddr_vm *addr);
103static void vsock_sk_destruct(struct sock *sk); 102static void vsock_sk_destruct(struct sock *sk);