mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 12:46:14 +02:00
mmc: dw_mmc: Remove unused version field from struct dwmci_host
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>
This commit is contained in:
parent
d51764417d
commit
4302e65647
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user