summaryrefslogtreecommitdiff
path: root/drivers/mmc/xenon_sdhci.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mmc/xenon_sdhci.c')
-rw-r--r--drivers/mmc/xenon_sdhci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/xenon_sdhci.c b/drivers/mmc/xenon_sdhci.c
index c089725819..9925513c01 100644
--- a/drivers/mmc/xenon_sdhci.c
+++ b/drivers/mmc/xenon_sdhci.c
@@ -565,5 +565,5 @@ U_BOOT_DRIVER(xenon_sdhci_drv) = {
.bind = xenon_sdhci_bind,
.probe = xenon_sdhci_probe,
.priv_auto = sizeof(struct xenon_sdhci_priv),
- .platdata_auto = sizeof(struct xenon_sdhci_plat),
+ .plat_auto = sizeof(struct xenon_sdhci_plat),
};