mirror of https://gitee.com/openkylin/linux.git
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>
This commit is contained in:
parent
8dc6025296
commit
6bfe9855da
|
@ -19,7 +19,6 @@ struct scsi_device;
|
||||||
struct scsi_host_cmd_pool;
|
struct scsi_host_cmd_pool;
|
||||||
struct scsi_target;
|
struct scsi_target;
|
||||||
struct Scsi_Host;
|
struct Scsi_Host;
|
||||||
struct scsi_host_cmd_pool;
|
|
||||||
struct scsi_transport_template;
|
struct scsi_transport_template;
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue