diff options
author | Asias He <asias@redhat.com> | 2013-05-06 16:38:25 +0800 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2013-07-07 14:38:50 +0300 |
commit | deeacef086a0b312da846aac7b7cd046523bf6c6 (patch) | |
tree | 488a28967ee0a14ce819015e61f0a764cc143d3b | |
parent | 6d5e6aa860a33fdfcd07de658c8108027c06c329 (diff) |
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: Asias He <asias@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
-rw-r--r-- | drivers/vhost/scsi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/vhost/scsi.c b/drivers/vhost/scsi.c index 701420297225..d5a91cf84221 100644 --- a/drivers/vhost/scsi.c +++ b/drivers/vhost/scsi.c @@ -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; |