From: Michael S. Tsirkin Date: Sun, 28 Apr 2013 12:52:53 +0000 (+0300) Subject: tcm_vhost: remove virtio-net.h dependency X-Git-Tag: v3.10-rc1~66^2~12 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=061b16cfe3dc7a106dd29b76f6355d84464d126c;p=platform%2Fkernel%2Flinux-stable.git tcm_vhost: remove virtio-net.h dependency vhost.h only has generic bits now, so we can drop it virtio-net.h in tcm_vhost. Signed-off-by: Michael S. Tsirkin --- diff --git a/drivers/vhost/tcm_vhost.c b/drivers/vhost/tcm_vhost.c index 96d3b47..19ca021 100644 --- a/drivers/vhost/tcm_vhost.c +++ b/drivers/vhost/tcm_vhost.c @@ -45,7 +45,6 @@ #include #include #include -#include /* TODO vhost.h currently depends on this */ #include #include #include