summaryrefslogtreecommitdiff
path: root/drivers/mmc/uniphier-sd.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mmc/uniphier-sd.c')
-rw-r--r--drivers/mmc/uniphier-sd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/uniphier-sd.c b/drivers/mmc/uniphier-sd.c
index ca674272fc..75003a0113 100644
--- a/drivers/mmc/uniphier-sd.c
+++ b/drivers/mmc/uniphier-sd.c
@@ -85,6 +85,6 @@ U_BOOT_DRIVER(uniphier_mmc) = {
.bind = tmio_sd_bind,
.probe = uniphier_sd_probe,
.priv_auto = sizeof(struct tmio_sd_priv),
- .platdata_auto = sizeof(struct tmio_sd_plat),
+ .plat_auto = sizeof(struct tmio_sd_plat),
.ops = &uniphier_sd_ops,
};