diff options
author | Asias He <asias@redhat.com> | 2013-07-25 05:39:34 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-07-28 01:14:06 -0400 |
commit | 82a54d0ebbee03a8dcf4e1e4016a53fed4d6c933 (patch) | |
tree | 6ffaeb247c68620fe550fd717e9beb6d00b3b896 /net/vmw_vsock/vmci_transport.c | |
parent | a648ab58f28ceb158a5fca34ec876dbe5a0d97bf (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/vmci_transport.c')
-rw-r--r-- | net/vmw_vsock/vmci_transport.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/vmw_vsock/vmci_transport.c b/net/vmw_vsock/vmci_transport.c index ffc11df02af2..9d6986634e0b 100644 --- a/net/vmw_vsock/vmci_transport.c +++ b/net/vmw_vsock/vmci_transport.c | |||
@@ -34,8 +34,8 @@ | |||
34 | #include <linux/wait.h> | 34 | #include <linux/wait.h> |
35 | #include <linux/workqueue.h> | 35 | #include <linux/workqueue.h> |
36 | #include <net/sock.h> | 36 | #include <net/sock.h> |
37 | #include <net/af_vsock.h> | ||
37 | 38 | ||
38 | #include "af_vsock.h" | ||
39 | #include "vmci_transport_notify.h" | 39 | #include "vmci_transport_notify.h" |
40 | 40 | ||
41 | static int vmci_transport_recv_dgram_cb(void *data, struct vmci_datagram *dg); | 41 | static int vmci_transport_recv_dgram_cb(void *data, struct vmci_datagram *dg); |