summaryrefslogtreecommitdiff
path: root/drivers/mmc/rockchip_sdhci.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mmc/rockchip_sdhci.c')
-rw-r--r--drivers/mmc/rockchip_sdhci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/rockchip_sdhci.c b/drivers/mmc/rockchip_sdhci.c
index 131c976eaf..427d41ec62 100644
--- a/drivers/mmc/rockchip_sdhci.c
+++ b/drivers/mmc/rockchip_sdhci.c
@@ -115,5 +115,5 @@ U_BOOT_DRIVER(arasan_sdhci_drv) = {
.bind = rockchip_sdhci_bind,
.probe = arasan_sdhci_probe,
.priv_auto = sizeof(struct rockchip_sdhc),
- .platdata_auto = sizeof(struct rockchip_sdhc_plat),
+ .plat_auto = sizeof(struct rockchip_sdhc_plat),
};