aboutsummaryrefslogtreecommitdiff
path: root/drivers/vhost
diff options
context:
space:
mode:
authorMichael S. Tsirkin <mst@redhat.com>2013-04-28 15:52:53 +0300
committerMichael S. Tsirkin <mst@redhat.com>2013-05-01 10:02:53 +0300
commit061b16cfe3dc7a106dd29b76f6355d84464d126c (patch)
treebbab3865807a147f39bdd9de61de2e0db0519b7c /drivers/vhost
parent81f95a55802be669b3191b2828c34006d0f04214 (diff)
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 <mst@redhat.com>
Diffstat (limited to 'drivers/vhost')
-rw-r--r--drivers/vhost/tcm_vhost.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/vhost/tcm_vhost.c b/drivers/vhost/tcm_vhost.c
index 96d3b47c82cd..19ca021bf88c 100644
--- a/drivers/vhost/tcm_vhost.c
+++ b/drivers/vhost/tcm_vhost.c
@@ -45,7 +45,6 @@
#include <target/target_core_configfs.h>
#include <target/configfs_macros.h>
#include <linux/vhost.h>
-#include <linux/virtio_net.h> /* TODO vhost.h currently depends on this */
#include <linux/virtio_scsi.h>
#include <linux/llist.h>
#include <linux/bitmap.h>