diff options
author | Michael S. Tsirkin <mst@redhat.com> | 2013-04-28 08:52:53 -0400 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2013-05-01 03:02:53 -0400 |
commit | 061b16cfe3dc7a106dd29b76f6355d84464d126c (patch) | |
tree | bbab3865807a147f39bdd9de61de2e0db0519b7c /drivers/vhost | |
parent | 81f95a55802be669b3191b2828c34006d0f04214 (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.c | 1 |
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 @@ | |||
45 | #include <target/target_core_configfs.h> | 45 | #include <target/target_core_configfs.h> |
46 | #include <target/configfs_macros.h> | 46 | #include <target/configfs_macros.h> |
47 | #include <linux/vhost.h> | 47 | #include <linux/vhost.h> |
48 | #include <linux/virtio_net.h> /* TODO vhost.h currently depends on this */ | ||
49 | #include <linux/virtio_scsi.h> | 48 | #include <linux/virtio_scsi.h> |
50 | #include <linux/llist.h> | 49 | #include <linux/llist.h> |
51 | #include <linux/bitmap.h> | 50 | #include <linux/bitmap.h> |