From: Jason Wang Date: Thu, 27 Nov 2014 06:41:21 +0000 (+0800) Subject: vhost: remove unnecessary forward declarations in vhost.h X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=2e73c716ba22b3b3df56be25132df2774967f2b1;p=linux.git vhost: remove unnecessary forward declarations in vhost.h Signed-off-by: Jason Wang Acked-by: Michael S. Tsirkin Signed-off-by: Michael S. Tsirkin --- diff --git a/drivers/vhost/vhost.h b/drivers/vhost/vhost.h index a0a6c9857dd4c..8c1c792900ba1 100644 --- a/drivers/vhost/vhost.h +++ b/drivers/vhost/vhost.h @@ -12,8 +12,6 @@ #include #include -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;