aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc/bcmstb_sdhci.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mmc/bcmstb_sdhci.c')
-rw-r--r--drivers/mmc/bcmstb_sdhci.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/mmc/bcmstb_sdhci.c b/drivers/mmc/bcmstb_sdhci.c
index 5269aa7..a92467f 100644
--- a/drivers/mmc/bcmstb_sdhci.c
+++ b/drivers/mmc/bcmstb_sdhci.c
@@ -100,6 +100,6 @@ U_BOOT_DRIVER(sdhci_bcmstb) = {
.ops = &sdhci_ops,
.bind = sdhci_bcmstb_bind,
.probe = sdhci_bcmstb_probe,
- .priv_auto_alloc_size = sizeof(struct sdhci_host),
- .platdata_auto_alloc_size = sizeof(struct sdhci_bcmstb_plat),
+ .priv_auto = sizeof(struct sdhci_host),
+ .platdata_auto = sizeof(struct sdhci_bcmstb_plat),
};