vhost-scsi: Remove unnecessary forward struct vhost_scsi declaration
authorAsias He <asias@redhat.com>
Mon, 6 May 2013 08:38:25 +0000 (16:38 +0800)
committerMichael S. Tsirkin <mst@redhat.com>
Sun, 7 Jul 2013 11:38:50 +0000 (14:38 +0300)
It was needed when struct tcm_vhost_tpg is in tcm_vhost.h

Signed-off-by: Asias He <asias@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
drivers/vhost/scsi.c

index 7014202..d5a91cf 100644 (file)
@@ -116,7 +116,6 @@ struct tcm_vhost_nacl {
        struct se_node_acl se_node_acl;
 };
 
-struct vhost_scsi;
 struct tcm_vhost_tpg {
        /* Vhost port target portal group tag for TCM */
        u16 tport_tpgt;