diff options
Diffstat (limited to 'include/mvebu_mmc.h')
-rw-r--r-- | include/mvebu_mmc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mvebu_mmc.h b/include/mvebu_mmc.h index 7397165f67..a35e5a12ce 100644 --- a/include/mvebu_mmc.h +++ b/include/mvebu_mmc.h @@ -269,6 +269,6 @@ struct mvebu_mmc_cfg { * Functions prototypes */ -int mvebu_mmc_init(bd_t *bis); +int mvebu_mmc_init(struct bd_info *bis); #endif /* __MVEBU_MMC_H__ */ |