Commit deeacef0 authored by Asias He's avatar Asias He Committed by Michael S. Tsirkin

vhost-scsi: Remove unnecessary forward struct vhost_scsi declaration

It was needed when struct tcm_vhost_tpg is in tcm_vhost.h
Signed-off-by: default avatarAsias He <asias@redhat.com>
Signed-off-by: default avatarMichael S. Tsirkin <mst@redhat.com>
parent 6d5e6aa8
...@@ -116,7 +116,6 @@ struct tcm_vhost_nacl { ...@@ -116,7 +116,6 @@ struct tcm_vhost_nacl {
struct se_node_acl se_node_acl; struct se_node_acl se_node_acl;
}; };
struct vhost_scsi;
struct tcm_vhost_tpg { struct tcm_vhost_tpg {
/* Vhost port target portal group tag for TCM */ /* Vhost port target portal group tag for TCM */
u16 tport_tpgt; u16 tport_tpgt;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment