diff options
Diffstat (limited to 'drivers/mmc/davinci_mmc.c')
| -rw-r--r-- | drivers/mmc/davinci_mmc.c | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/drivers/mmc/davinci_mmc.c b/drivers/mmc/davinci_mmc.c index d5d19ebee..5d918e6ff 100644 --- a/drivers/mmc/davinci_mmc.c +++ b/drivers/mmc/davinci_mmc.c @@ -394,9 +394,8 @@ int davinci_mmc_init(bd_t *bis, struct davinci_mmc *host)  	mmc->voltages = host->voltages;  	mmc->host_caps = host->host_caps; -#ifdef CONFIG_MMC_MBLOCK  	mmc->b_max = DAVINCI_MAX_BLOCKS; -#endif +  	mmc_register(mmc);  	return 0; |