]> Pileus Git - ~andy/linux/commitdiff
tcm_vhost: remove virtio-net.h dependency
authorMichael S. Tsirkin <mst@redhat.com>
Sun, 28 Apr 2013 12:52:53 +0000 (15:52 +0300)
committerMichael S. Tsirkin <mst@redhat.com>
Wed, 1 May 2013 07:02:53 +0000 (10:02 +0300)
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>
drivers/vhost/tcm_vhost.c

index 96d3b47c82cd0c8750f519545a97b1958e2802ab..19ca021bf88c27dbe787cf0c6109c2500f7786ba 100644 (file)
@@ -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>