diff options
author | Stefano Garzarella <sgarzare@redhat.com> | 2019-12-10 11:43:02 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-12-11 15:01:23 -0800 |
commit | c5144fcbf25015b850e97a06a24b1ddfbc5579e8 (patch) | |
tree | b26c6e0c478f70d851e7e968e17637d6d2dd7276 /net/vmw_vsock | |
parent | bea0f4a5115aaf6f59c6d2125f52ff149874b6d2 (diff) | |
download | linux-stable-c5144fcbf25015b850e97a06a24b1ddfbc5579e8.tar.gz linux-stable-c5144fcbf25015b850e97a06a24b1ddfbc5579e8.tar.bz2 linux-stable-c5144fcbf25015b850e97a06a24b1ddfbc5579e8.zip |
vsock/virtio_transport_common: remove unused virtio header includes
We can remove virtio header includes, because virtio_transport_common
doesn't use virtio API, but provides common functions to interface
virtio/vhost transports with the af_vsock core, and to handle
the protocol.
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.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/virtio_transport_common.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/net/vmw_vsock/virtio_transport_common.c b/net/vmw_vsock/virtio_transport_common.c index e5ea29c6bca7..0e20b0f6eb65 100644 --- a/net/vmw_vsock/virtio_transport_common.c +++ b/net/vmw_vsock/virtio_transport_common.c @@ -11,9 +11,6 @@ #include <linux/sched/signal.h> #include <linux/ctype.h> #include <linux/list.h> -#include <linux/virtio.h> -#include <linux/virtio_ids.h> -#include <linux/virtio_config.h> #include <linux/virtio_vsock.h> #include <uapi/linux/vsockmon.h> |