projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
951f6cc
)
mmc: core: Drop redundant bouncesz from struct mmc_card
author
Ulf Hansson
<ulf.hansson@linaro.org>
Tue, 2 Feb 2021 10:16:26 +0000
(11:16 +0100)
committer
Ulf Hansson
<ulf.hansson@linaro.org>
Mon, 8 Feb 2021 11:53:34 +0000
(12:53 +0100)
The commit
de3ee99b097d
("mmc: Delete bounce buffer handling") removed the
bounce buffer handling from the mmc core, but forgot to remove the bouncesz
member from the struct mmc_card, let's fix it.
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Link:
https://lore.kernel.org/r/20210202101626.64503-1-ulf.hansson@linaro.org
include/linux/mmc/card.h
patch
|
blob
|
history
diff --git
a/include/linux/mmc/card.h
b/include/linux/mmc/card.h
index 42df06c6b19ce5eb29918a709b396780d5e50818..f9ad35dd6012a7d4841261328bd7cb3030569ebd 100644
(file)
--- a/
include/linux/mmc/card.h
+++ b/
include/linux/mmc/card.h
@@
-311,7
+311,6
@@
struct mmc_card {
struct mmc_part part[MMC_NUM_PHY_PARTITION]; /* physical partitions */
unsigned int nr_parts;
- unsigned int bouncesz; /* Bounce buffer size */
struct workqueue_struct *complete_wq; /* Private workqueue */
};