projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f95dc1b
)
scsi: pmcraid: Remove an unused structure member
author
Bart Van Assche
<
[email protected]
>
Mon, 12 Feb 2018 16:58:18 +0000
(08:58 -0800)
committer
Martin K. Petersen
<
[email protected]
>
Wed, 14 Feb 2018 02:49:15 +0000
(21:49 -0500)
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]
>
drivers/scsi/pmcraid.h
patch
|
blob
|
history
diff --git
a/drivers/scsi/pmcraid.h
b/drivers/scsi/pmcraid.h
index 8bfac72a242b77a22c2a2e1947ec33558345415e..44da9171211597785d95d0c8db4e09a6192fd509 100644
(file)
--- 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];
};