projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d517644
)
mmc: dw_mmc: Remove unused version field from struct dwmci_host
author
Sam Protsenko
<semen.protsenko@linaro.org>
Thu, 8 Aug 2024 03:14:07 +0000
(22:14 -0500)
committer
Minkyu Kang
<mk7.kang@samsung.com>
Mon, 19 Aug 2024 07:09:06 +0000
(16:09 +0900)
Nobody seems to use it, so just remove it.
No functional change.
Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org>
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
include/dwmmc.h
patch
|
blob
|
history
diff --git
a/include/dwmmc.h
b/include/dwmmc.h
index 136a95b8cdb69a364840654f063bb611d5bb5e0e..39024fb38aaac37ef6fc6addff982fc0224df62c 100644
(file)
--- a/
include/dwmmc.h
+++ b/
include/dwmmc.h
@@
-163,7
+163,6
@@
struct dwmci_host {
void *ioaddr;
unsigned int quirks;
unsigned int caps;
- unsigned int version;
unsigned int clock;
unsigned int bus_hz;
unsigned int div;