diff options
author | Wan Jiabing <wanjiabing@vivo.com> | 2021-03-25 09:46:31 +0300 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2021-03-30 06:32:03 +0300 |
commit | 6bfe9855daa3e952faca691dbb2895c523c81b36 (patch) | |
tree | 99cf3218d4cc4cf620ccb62c4a5898a5b8092ac7 /include/scsi | |
parent | 8dc60252968178a132898ea2e1dc7a8e9a05e635 (diff) | |
download | linux-6bfe9855daa3e952faca691dbb2895c523c81b36.tar.xz |
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')
-rw-r--r-- | include/scsi/scsi_host.h | 1 |
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; |