aboutsummaryrefslogtreecommitdiffstats
path: root/net/vmw_vsock/af_vsock.c
diff options
context:
space:
mode:
authorAsias He <asias@redhat.com>2013-07-25 05:39:34 -0400
committerDavid S. Miller <davem@davemloft.net>2013-07-28 01:14:06 -0400
commit82a54d0ebbee03a8dcf4e1e4016a53fed4d6c933 (patch)
tree6ffaeb247c68620fe550fd717e9beb6d00b3b896 /net/vmw_vsock/af_vsock.c
parenta648ab58f28ceb158a5fca34ec876dbe5a0d97bf (diff)
VSOCK: Move af_vsock.h and vsock_addr.h to include/net
This is useful for other VSOCK transport implemented outside the net/vmw_vsock/ directory to use these headers. Signed-off-by: Asias He <asias@redhat.com> Acked-by: Andy King <acking@vmware.com> Signed-off-by: David S. Miller <davem@davemloft.net>
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);