diff options
Diffstat (limited to 'drivers/mmc/mvebu_mmc.c')
-rw-r--r-- | drivers/mmc/mvebu_mmc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/mvebu_mmc.c b/drivers/mmc/mvebu_mmc.c index 8e7745e233..03d5150b20 100644 --- a/drivers/mmc/mvebu_mmc.c +++ b/drivers/mmc/mvebu_mmc.c @@ -427,7 +427,7 @@ static struct mmc_config mvebu_mmc_cfg = { .b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT, }; -int mvebu_mmc_init(bd_t *bis) +int mvebu_mmc_init(struct bd_info *bis) { struct mmc *mmc; |