summaryrefslogtreecommitdiff
path: root/drivers/mmc/aspeed_sdhci.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mmc/aspeed_sdhci.c')
-rw-r--r--drivers/mmc/aspeed_sdhci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/aspeed_sdhci.c b/drivers/mmc/aspeed_sdhci.c
index 4bf02c3bb4..1e340f82a1 100644
--- a/drivers/mmc/aspeed_sdhci.c
+++ b/drivers/mmc/aspeed_sdhci.c
@@ -87,5 +87,5 @@ U_BOOT_DRIVER(aspeed_sdhci_drv) = {
.bind = aspeed_sdhci_bind,
.probe = aspeed_sdhci_probe,
.priv_auto = sizeof(struct sdhci_host),
- .platdata_auto = sizeof(struct aspeed_sdhci_plat),
+ .plat_auto = sizeof(struct aspeed_sdhci_plat),
};