From: Igor Pylypiv Date: Mon, 1 Mar 2021 18:18:47 +0000 (-0800) Subject: scsi: pm80xx: Remove list entry from pm8001_ccb_info X-Git-Tag: Ubuntu-5.13.0-19.19~3420^2~342 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=5b1be37f773b24885a6066732661c804bc32bf53;p=mirror_ubuntu-jammy-kernel.git scsi: pm80xx: Remove list entry from pm8001_ccb_info List entry is not used. Link: https://lore.kernel.org/r/20210301181847.2893199-1-ipylypiv@google.com Acked-by: Jack Wang Signed-off-by: Igor Pylypiv Signed-off-by: Martin K. Petersen --- diff --git a/drivers/scsi/pm8001/pm8001_sas.h b/drivers/scsi/pm8001/pm8001_sas.h index 039ed91e9841..9ae9f1e61b54 100644 --- a/drivers/scsi/pm8001/pm8001_sas.h +++ b/drivers/scsi/pm8001/pm8001_sas.h @@ -281,7 +281,6 @@ struct pm8001_prd { * CCB(Command Control Block) */ struct pm8001_ccb_info { - struct list_head entry; struct sas_task *task; u32 n_elem; u32 ccb_tag;