From 18ab67559736335d743503d92b49129e505e1baf Mon Sep 17 00:00:00 2001 From: Jaehoon Chung Date: Fri, 29 Nov 2013 20:08:57 +0900 Subject: mmc: dw_mmc: remove the exynos specific code in dw-mmc.c dw-mmc.c is the general driver file. So, remove the exynos specific code at dw-mmc.c. Instead, exynos specific cod can be move into exynos-dw_mmc.c. Signed-off-by: Jaehoon Chung Acked-by: Alexey Brodkin Acked-by: Pantelis Antoniou Acked-by: Minkyu Kang --- include/dwmmc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/dwmmc.h') diff --git a/include/dwmmc.h b/include/dwmmc.h index 6c91143..a02dd67 100644 --- a/include/dwmmc.h +++ b/include/dwmmc.h @@ -141,6 +141,7 @@ struct dwmci_host { struct mmc *mmc; void (*clksel)(struct dwmci_host *host); + void (*board_init)(struct dwmci_host *host); unsigned int (*get_mmc_clk)(int dev_index); }; -- cgit v1.1