From: Michael S. Tsirkin Date: Mon, 6 May 2013 10:29:36 +0000 (+0300) Subject: vhost: drop virtio_net.h dependency X-Git-Tag: v3.10-rc1~66^2~1 X-Git-Url: http://pileus.org/git/?p=~andy%2Flinux;a=commitdiff_plain;h=7542a6b0d273ba4338028d39bc0e6e8cbfc68898 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 de9441a1b15..beee7f5787e 100644 --- a/drivers/vhost/vhost.c +++ b/drivers/vhost/vhost.c @@ -13,7 +13,7 @@ #include #include -#include +#include /* memcpy_fromiovec */ #include #include #include