diff options
author | Michael S. Tsirkin <mst@redhat.com> | 2013-04-28 12:52:53 (GMT) |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2013-05-01 07:02:53 (GMT) |
commit | 061b16cfe3dc7a106dd29b76f6355d84464d126c (patch) | |
tree | bbab3865807a147f39bdd9de61de2e0db0519b7c | |
parent | 81f95a55802be669b3191b2828c34006d0f04214 (diff) | |
download | linux-061b16cfe3dc7a106dd29b76f6355d84464d126c.tar.xz |
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>
-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 96d3b47..19ca021 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> |