mbox series

[0/2] Remove unused declarations for scsi

Message ID 20220913023722.547249-1-cuigaosheng1@huawei.com
Headers show
Series Remove unused declarations for scsi | expand

Message

Gaosheng Cui Sept. 13, 2022, 2:37 a.m. UTC
This series contains a few cleanup patches, to remove unused
declarations which have been removed. Thanks!

Gaosheng Cui (2):
  scsi: qla2xxx: remove unused declarations for qla2xxx
  scsi: target: remove unused se_tmr_req_cache declaration

 drivers/scsi/qla2xxx/qla_gbl.h        | 12 ------------
 drivers/scsi/qla2xxx/qla_target.h     |  2 --
 drivers/target/target_core_internal.h |  2 --
 3 files changed, 16 deletions(-)

Comments

Martin K. Petersen Sept. 16, 2022, 1:48 a.m. UTC | #1
Gaosheng,

> This series contains a few cleanup patches, to remove unused
> declarations which have been removed. Thanks!

Applied to 6.1/scsi-staging, thanks!