From: Michael S. Tsirkin Date: Mon, 6 May 2013 10:29:36 +0000 (+0300) Subject: vhost: drop virtio_net.h dependency X-Git-Tag: firefly_0821_release~3680^2~548^2~1 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=7542a6b0d273ba4338028d39bc0e6e8cbfc68898;p=firefly-linux-kernel-4.4.55.git vhost: drop virtio_net.h dependency There's no net specific code in vhost.c anymore, don't include the virtio_net.h header. Signed-off-by: Michael S. Tsirkin --- diff --git a/drivers/vhost/vhost.c b/drivers/vhost/vhost.c index de9441a1b158..beee7f5787e6 100644 --- a/drivers/vhost/vhost.c +++ b/drivers/vhost/vhost.c @@ -13,7 +13,7 @@ #include #include -#include +#include /* memcpy_fromiovec */ #include #include #include