diff options
| author | Harm Berntsen <[email protected]> | 2021-03-30 10:19:38 +0200 |
|---|---|---|
| committer | Stefan Roese <[email protected]> | 2021-04-08 08:50:52 +0200 |
| commit | af1ecc592586565ffbdf2037f18c439c7eb90b9b (patch) | |
| tree | 9267b287eed4795c1d7d435acbf76497d6635012 | |
| parent | 426948df2a23a1b4d5c2df2bf2c13ddc3989f823 (diff) | |
arm: kirkwood: remove non-dm MMC driver init
No board uses this driver any more: remove it.
Signed-off-by: Harm Berntsen <[email protected]>
Reviewed-by: Stefan Roese <[email protected]>
CC: Gerald Kerma <[email protected]>
CC: Stefan Roese <[email protected]>
CC: Pantelis Antoniou <[email protected]>
| -rw-r--r-- | arch/arm/mach-kirkwood/cpu.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/arm/mach-kirkwood/cpu.c b/arch/arm/mach-kirkwood/cpu.c index 9c818fa45e8..339ae7fd20d 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 */ |
