aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/vhost
diff options
context:
space:
mode:
authorJason Wang <jasowang@redhat.com>2014-11-27 14:41:21 +0800
committerMichael S. Tsirkin <mst@redhat.com>2014-12-09 12:06:33 +0200
commit2e73c716ba22b3b3df56be25132df2774967f2b1 (patch)
tree9aafa35e4f48f5ba6b7a7f45a140969e486c6c28 /drivers/vhost
parentvirtio: drop VIRTIO_F_VERSION_1 from drivers (diff)
downloadlinux-dev-2e73c716ba22b3b3df56be25132df2774967f2b1.tar.xz
linux-dev-2e73c716ba22b3b3df56be25132df2774967f2b1.zip
vhost: remove unnecessary forward declarations in vhost.h
Signed-off-by: Jason Wang <jasowang@redhat.com> Acked-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'drivers/vhost')
-rw-r--r--drivers/vhost/vhost.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/vhost/vhost.h b/drivers/vhost/vhost.h
index a0a6c9857dd4..8c1c792900ba 100644
--- a/drivers/vhost/vhost.h
+++ b/drivers/vhost/vhost.h
@@ -12,8 +12,6 @@
#include <linux/virtio_ring.h>
#include <linux/atomic.h>
-struct vhost_device;
-
struct vhost_work;
typedef void (*vhost_work_fn_t)(struct vhost_work *work);
@@ -54,8 +52,6 @@ struct vhost_log {
u64 len;
};
-struct vhost_virtqueue;
-
/* The virtqueue structure describes a queue attached to a device. */
struct vhost_virtqueue {
struct vhost_dev *dev;