Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Stefano Garzarella and committed by
David S. Miller
c5144fcb bea0f4a5

-3
-3
net/vmw_vsock/virtio_transport_common.c
··· 11 11 #include <linux/sched/signal.h> 12 12 #include <linux/ctype.h> 13 13 #include <linux/list.h> 14 - #include <linux/virtio.h> 15 - #include <linux/virtio_ids.h> 16 - #include <linux/virtio_config.h> 17 14 #include <linux/virtio_vsock.h> 18 15 #include <uapi/linux/vsockmon.h> 19 16