diff options
| author | Jaehoon Chung <[email protected]> | 2021-01-12 15:30:53 +0900 |
|---|---|---|
| committer | Minkyu Kang <[email protected]> | 2021-01-13 13:49:38 +0900 |
| commit | a654b6a5ae142a4d0d21b2cb89a39e39e9eda954 (patch) | |
| tree | 920786e3201bd5c1236a35cdf49d1af56a0359e6 /arch | |
| parent | ee6726be4f0dccb612f0193c62ca149164c8a5af (diff) | |
samsung: arndale: remove board_mmc_init function
Remove board_mmc_init function.
It will be probed with driver-model.
Signed-off-by: Jaehoon Chung <[email protected]>
Reviewed-by: Peng Fan <[email protected]>
Acked-by: Krzysztof Kozlowski <[email protected]>
Signed-off-by: Minkyu Kang <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/mach-exynos/include/mach/dwmmc.h | 2 |
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 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); |
