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~120^2~4 X-Git-Url: http://pileus.org/git/?p=~andy%2Flinux;a=commitdiff_plain;h=061b16cfe3dc7a106dd29b76f6355d84464d126c 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 96d3b47c82c..19ca021bf88 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