aboutsummaryrefslogtreecommitdiffstats
path: root/net/vmw_vsock/virtio_transport_common.c
diff options
context:
space:
mode:
authorStefano Garzarella <sgarzare@redhat.com>2019-12-10 11:43:02 +0100
committerDavid S. Miller <davem@davemloft.net>2019-12-11 15:01:23 -0800
commitc5144fcbf25015b850e97a06a24b1ddfbc5579e8 (patch)
treeb26c6e0c478f70d851e7e968e17637d6d2dd7276 /net/vmw_vsock/virtio_transport_common.c
parentMerge branch 'sfp-slow-to-probe-copper' (diff)
downloadlinux-dev-c5144fcbf25015b850e97a06a24b1ddfbc5579e8.tar.xz
linux-dev-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 '')
-rw-r--r--net/vmw_vsock/virtio_transport_common.c3
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>