aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc/msm_sdhci.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mmc/msm_sdhci.c')
-rw-r--r--drivers/mmc/msm_sdhci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/msm_sdhci.c b/drivers/mmc/msm_sdhci.c
index 049dd33..45bf269 100644
--- a/drivers/mmc/msm_sdhci.c
+++ b/drivers/mmc/msm_sdhci.c
@@ -209,5 +209,5 @@ U_BOOT_DRIVER(msm_sdc_drv) = {
.probe = msm_sdc_probe,
.remove = msm_sdc_remove,
.priv_auto = sizeof(struct msm_sdhc),
- .platdata_auto = sizeof(struct msm_sdhc_plat),
+ .plat_auto = sizeof(struct msm_sdhc_plat),
};