arm: kirkwood: remove non-dm MMC driver init
authorHarm Berntsen <harm.berntsen@nedap.com>
Tue, 30 Mar 2021 08:19:38 +0000 (10:19 +0200)
committerStefan Roese <sr@denx.de>
Thu, 8 Apr 2021 06:50:52 +0000 (08:50 +0200)
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>
arch/arm/mach-kirkwood/cpu.c

index 9c818fa..339ae7f 100644 (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 */