From: Michael S. Tsirkin Date: Mon, 6 May 2013 10:29:36 +0000 (+0300) Subject: vhost: drop virtio_net.h dependency X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=7542a6b0d273ba4338028d39bc0e6e8cbfc68898;p=linux-beck.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