summaryrefslogtreecommitdiff
path: root/include/scsi/scsi_host.h
diff options
context:
space:
mode:
authorWan Jiabing <wanjiabing@vivo.com>2021-03-25 14:46:31 +0800
committerMartin K. Petersen <martin.petersen@oracle.com>2021-03-29 23:32:03 -0400
commit6bfe9855daa3e952faca691dbb2895c523c81b36 (patch)
tree99cf3218d4cc4cf620ccb62c4a5898a5b8092ac7 /include/scsi/scsi_host.h
parent8dc60252968178a132898ea2e1dc7a8e9a05e635 (diff)
scsi: core: scsi_host_cmd_pool is declared twice
struct scsi_host_cmd_pool has already been declared. Remove the duplicate. Link: https://lore.kernel.org/r/20210325064632.855002-1-wanjiabing@vivo.com Signed-off-by: Wan Jiabing <wanjiabing@vivo.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'include/scsi/scsi_host.h')
-rw-r--r--include/scsi/scsi_host.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/scsi/scsi_host.h b/include/scsi/scsi_host.h
index d95c1502e17d..3f3ebfdedeb2 100644
--- a/include/scsi/scsi_host.h
+++ b/include/scsi/scsi_host.h
@@ -19,7 +19,6 @@ struct scsi_device;
struct scsi_host_cmd_pool;
struct scsi_target;
struct Scsi_Host;
-struct scsi_host_cmd_pool;
struct scsi_transport_template;