arm: kirkwood: remove non-dm MMC driver init

No board uses this driver any more: remove it.

Signed-off-by: Harm Berntsen <harm.berntsen@nedap.com>
Reviewed-by: Stefan Roese <sr@denx.de>
CC: Gerald Kerma <drEagle@doukki.net>
CC: Stefan Roese <sr@denx.de>
CC: Pantelis Antoniou <panto@antoniou-consulting.com>
This commit is contained in:
Harm Berntsen 2021-03-30 10:19:38 +02:00 committed by Stefan Roese
parent 426948df2a
commit af1ecc5925

View File

@ -279,10 +279,3 @@ int cpu_eth_init(struct bd_info *bis)
}
#endif
#ifdef CONFIG_MVEBU_MMC
int board_mmc_init(struct bd_info *bis)
{
mvebu_mmc_init(bis);
return 0;
}
#endif /* CONFIG_MVEBU_MMC */