summaryrefslogtreecommitdiff
path: root/drivers/mmc/exynos_dw_mmc.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mmc/exynos_dw_mmc.c')
-rw-r--r--drivers/mmc/exynos_dw_mmc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/exynos_dw_mmc.c b/drivers/mmc/exynos_dw_mmc.c
index 63d00a3141..5cc28c53c2 100644
--- a/drivers/mmc/exynos_dw_mmc.c
+++ b/drivers/mmc/exynos_dw_mmc.c
@@ -307,6 +307,6 @@ U_BOOT_DRIVER(exynos_dwmmc_drv) = {
.ops = &dm_dwmci_ops,
.probe = exynos_dwmmc_probe,
.priv_auto = sizeof(struct dwmci_exynos_priv_data),
- .platdata_auto = sizeof(struct exynos_mmc_plat),
+ .plat_auto = sizeof(struct exynos_mmc_plat),
};
#endif