summaryrefslogtreecommitdiff
path: root/arch/arm/mach-exynos
diff options
context:
space:
mode:
authorJaehoon Chung <jh80.chung@samsung.com>2021-01-12 09:30:53 +0300
committerMinkyu Kang <mk7.kang@samsung.com>2021-01-13 07:49:38 +0300
commita654b6a5ae142a4d0d21b2cb89a39e39e9eda954 (patch)
tree920786e3201bd5c1236a35cdf49d1af56a0359e6 /arch/arm/mach-exynos
parentee6726be4f0dccb612f0193c62ca149164c8a5af (diff)
downloadu-boot-a654b6a5ae142a4d0d21b2cb89a39e39e9eda954.tar.xz
samsung: arndale: remove board_mmc_init function
Remove board_mmc_init function. It will be probed with driver-model. Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com> Reviewed-by: Peng Fan <peng.fan@nxp.com> Acked-by: Krzysztof Kozlowski <krzk@kernel.org> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'arch/arm/mach-exynos')
-rw-r--r--arch/arm/mach-exynos/include/mach/dwmmc.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-exynos/include/mach/dwmmc.h b/arch/arm/mach-exynos/include/mach/dwmmc.h
index 5654a0ea6b..59c28ed54c 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);