From af1ecc592586565ffbdf2037f18c439c7eb90b9b Mon Sep 17 00:00:00 2001 From: Harm Berntsen Date: Tue, 30 Mar 2021 10:19:38 +0200 Subject: [PATCH] arm: kirkwood: remove non-dm MMC driver init No board uses this driver any more: remove it. Signed-off-by: Harm Berntsen Reviewed-by: Stefan Roese CC: Gerald Kerma CC: Stefan Roese CC: Pantelis Antoniou --- arch/arm/mach-kirkwood/cpu.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/arch/arm/mach-kirkwood/cpu.c b/arch/arm/mach-kirkwood/cpu.c index 9c818fa45e..339ae7fd20 100644 --- a/arch/arm/mach-kirkwood/cpu.c +++ b/arch/arm/mach-kirkwood/cpu.c @@ -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 */