projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8dc6025
)
scsi: core: scsi_host_cmd_pool is declared twice
author
Wan Jiabing
<wanjiabing@vivo.com>
Thu, 25 Mar 2021 06:46:31 +0000
(14:46 +0800)
committer
Martin K. Petersen
<martin.petersen@oracle.com>
Tue, 30 Mar 2021 03:32:03 +0000
(23:32 -0400)
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>
include/scsi/scsi_host.h
patch
|
blob
|
history
diff --git
a/include/scsi/scsi_host.h
b/include/scsi/scsi_host.h
index d95c1502e17d595ed16ba74f33f7fbd3a373f3d6..3f3ebfdedeb2ae28ce29b013bc74ff456797e660 100644
(file)
--- 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;