summaryrefslogtreecommitdiff
path: root/drivers/mmc/snps_dw_mmc.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mmc/snps_dw_mmc.c')
-rw-r--r--drivers/mmc/snps_dw_mmc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/snps_dw_mmc.c b/drivers/mmc/snps_dw_mmc.c
index 009933de5e..0533bc2ff6 100644
--- a/drivers/mmc/snps_dw_mmc.c
+++ b/drivers/mmc/snps_dw_mmc.c
@@ -196,5 +196,5 @@ U_BOOT_DRIVER(snps_dwmmc_drv) = {
.bind = snps_dwmmc_bind,
.probe = snps_dwmmc_probe,
.priv_auto = sizeof(struct snps_dwmci_priv_data),
- .platdata_auto = sizeof(struct snps_dwmci_plat),
+ .plat_auto = sizeof(struct snps_dwmci_plat),
};