diff options
Diffstat (limited to 'arch/arm/mach-davinci/include')
-rw-r--r-- | arch/arm/mach-davinci/include/mach/sdmmc_defs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-davinci/include/mach/sdmmc_defs.h b/arch/arm/mach-davinci/include/mach/sdmmc_defs.h index f95a607e52..d4195cf588 100644 --- a/arch/arm/mach-davinci/include/mach/sdmmc_defs.h +++ b/arch/arm/mach-davinci/include/mach/sdmmc_defs.h @@ -159,6 +159,6 @@ struct davinci_mmc_plat { struct mmc mmc; }; -int davinci_mmc_init(bd_t *bis, struct davinci_mmc *host); +int davinci_mmc_init(struct bd_info *bis, struct davinci_mmc *host); #endif /* _SDMMC_DEFS_H */ |