aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pylypiv <[email protected]>2021-03-01 10:18:47 -0800
committerMartin K. Petersen <[email protected]>2021-03-09 23:22:03 -0500
commit5b1be37f773b24885a6066732661c804bc32bf53 (patch)
treec5b54653c48e39e5685155c938d0f3e55a0750ee
parenta81a38cc6ddaf128c7ca9e3fffff21c243f33c97 (diff)
scsi: pm80xx: Remove list entry from pm8001_ccb_info
List entry is not used. Link: https://lore.kernel.org/r/[email protected] Acked-by: Jack Wang <[email protected]> Signed-off-by: Igor Pylypiv <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]>
-rw-r--r--drivers/scsi/pm8001/pm8001_sas.h1
1 files changed, 0 insertions, 1 deletions
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;