diff options
| author | Bart Van Assche <[email protected]> | 2018-02-12 16:58:18 +0000 |
|---|---|---|
| committer | Martin K. Petersen <[email protected]> | 2018-02-14 02:49:15 +0000 |
| commit | f5594686f5f06637bea144159dfe147dae3040d2 (patch) | |
| tree | 3c94e2226fd21a1b4e491b0ce4a26622c19d91fd /drivers/scsi/pmcraid.h | |
| parent | scsi: ipr: Use sgl_alloc_order() and sgl_free_order() (diff) | |
| download | kernel-f5594686f5f06637bea144159dfe147dae3040d2.tar.gz kernel-f5594686f5f06637bea144159dfe147dae3040d2.zip | |
scsi: pmcraid: Remove an unused structure member
Signed-off-by: Bart Van Assche <[email protected]>
Reviewed-by: Johannes Thumshirn <[email protected]>
Reviewed-by: Hannes Reinecke <[email protected]>
Cc: Anil Ravindranath <[email protected]>
Signed-off-by: Martin K. Petersen <[email protected]>
Diffstat (limited to 'drivers/scsi/pmcraid.h')
| -rw-r--r-- | drivers/scsi/pmcraid.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/scsi/pmcraid.h b/drivers/scsi/pmcraid.h index 8bfac72a242b..44da91712115 100644 --- a/drivers/scsi/pmcraid.h +++ b/drivers/scsi/pmcraid.h @@ -542,7 +542,6 @@ struct pmcraid_sglist { u32 order; u32 num_sg; u32 num_dma_sg; - u32 buffer_len; struct scatterlist scatterlist[1]; }; |
