diff options
Diffstat (limited to 'drivers/vhost')
-rw-r--r-- | drivers/vhost/vhost.h | 4 |
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 @@ | |||
12 | #include <linux/virtio_ring.h> | 12 | #include <linux/virtio_ring.h> |
13 | #include <linux/atomic.h> | 13 | #include <linux/atomic.h> |
14 | 14 | ||
15 | struct vhost_device; | ||
16 | |||
17 | struct vhost_work; | 15 | struct vhost_work; |
18 | typedef void (*vhost_work_fn_t)(struct vhost_work *work); | 16 | typedef void (*vhost_work_fn_t)(struct vhost_work *work); |
19 | 17 | ||
@@ -54,8 +52,6 @@ struct vhost_log { | |||
54 | u64 len; | 52 | u64 len; |
55 | }; | 53 | }; |
56 | 54 | ||
57 | struct vhost_virtqueue; | ||
58 | |||
59 | /* The virtqueue structure describes a queue attached to a device. */ | 55 | /* The virtqueue structure describes a queue attached to a device. */ |
60 | struct vhost_virtqueue { | 56 | struct vhost_virtqueue { |
61 | struct vhost_dev *dev; | 57 | struct vhost_dev *dev; |