From a654b6a5ae142a4d0d21b2cb89a39e39e9eda954 Mon Sep 17 00:00:00 2001 From: Jaehoon Chung Date: Tue, 12 Jan 2021 15:30:53 +0900 Subject: samsung: arndale: remove board_mmc_init function Remove board_mmc_init function. It will be probed with driver-model. Signed-off-by: Jaehoon Chung Reviewed-by: Peng Fan Acked-by: Krzysztof Kozlowski Signed-off-by: Minkyu Kang --- arch/arm/mach-exynos/include/mach/dwmmc.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'arch') diff --git a/arch/arm/mach-exynos/include/mach/dwmmc.h b/arch/arm/mach-exynos/include/mach/dwmmc.h index 5654a0ea6b2..59c28ed54c5 100644 --- a/arch/arm/mach-exynos/include/mach/dwmmc.h +++ b/arch/arm/mach-exynos/include/mach/dwmmc.h @@ -25,5 +25,3 @@ /* CLKSEL Register */ #define DWMCI_DIVRATIO_BIT 24 #define DWMCI_DIVRATIO_MASK 0x7 - -int exynos_dwmmc_init(const void *blob); -- cgit v1.3.1