diff options
author | Stefano Garzarella <sgarzare@redhat.com> | 2019-11-14 10:57:38 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-11-14 18:12:17 -0800 |
commit | 3603a2e991a82e5094c3107a792859b08342aed3 (patch) | |
tree | 043df19e256224848d0403a574044c83d7c9b34d /net/vmw_vsock | |
parent | db205c766862edae48d64e69e2f2502e2a3e9135 (diff) | |
download | linux-3603a2e991a82e5094c3107a792859b08342aed3.tar.gz linux-3603a2e991a82e5094c3107a792859b08342aed3.tar.bz2 linux-3603a2e991a82e5094c3107a792859b08342aed3.zip |
vsock: remove include/linux/vm_sockets.h file
This header file now only includes the "uapi/linux/vm_sockets.h".
We can include directly it when needed.
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Jorgen Hansen <jhansen@vmware.com>
Signed-off-by: Stefano Garzarella <sgarzare@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/vmw_vsock')
-rw-r--r-- | net/vmw_vsock/vmci_transport_notify.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/vmw_vsock/vmci_transport_notify.h b/net/vmw_vsock/vmci_transport_notify.h index 7843f08d4290..a1aa5a998c0e 100644 --- a/net/vmw_vsock/vmci_transport_notify.h +++ b/net/vmw_vsock/vmci_transport_notify.h @@ -11,7 +11,6 @@ #include <linux/types.h> #include <linux/vmw_vmci_defs.h> #include <linux/vmw_vmci_api.h> -#include <linux/vm_sockets.h> #include "vmci_transport.h" |