Since 2839400 "vhost: move vhost-net zerocopy fields to net.c" definition of vhost_virtqueue is redundant. Just clean it up. Signed-off-by: Vladimir Murzin <murzin.v@xxxxxxxxx> --- drivers/vhost/vhost.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/vhost/vhost.h b/drivers/vhost/vhost.h index 4465ed5..0307365 100644 --- a/drivers/vhost/vhost.h +++ b/drivers/vhost/vhost.h @@ -54,8 +54,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; -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html