Skip to content

Commit

Permalink
vhost: remove unnecessary forward declarations in vhost.h
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Wang <[email protected]>
Acked-by: Michael S. Tsirkin <[email protected]>
Signed-off-by: Michael S. Tsirkin <[email protected]>
  • Loading branch information
jasowang authored and mstsirkin committed Dec 9, 2014
1 parent 51cdc38 commit 2e73c71
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions drivers/vhost/vhost.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 2e73c71

Please sign in to comment.