summaryrefslogtreecommitdiff
path: root/drivers/mmc/bcm2835_sdhost.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mmc/bcm2835_sdhost.c')
-rw-r--r--drivers/mmc/bcm2835_sdhost.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/bcm2835_sdhost.c b/drivers/mmc/bcm2835_sdhost.c
index 06bebc27d3..8531f54c52 100644
--- a/drivers/mmc/bcm2835_sdhost.c
+++ b/drivers/mmc/bcm2835_sdhost.c
@@ -807,6 +807,6 @@ U_BOOT_DRIVER(bcm2835_sdhost) = {
.bind = bcm2835_bind,
.probe = bcm2835_probe,
.priv_auto = sizeof(struct bcm2835_host),
- .platdata_auto = sizeof(struct bcm2835_plat),
+ .plat_auto = sizeof(struct bcm2835_plat),
.ops = &bcm2835_ops,
};