summaryrefslogtreecommitdiffstats
path: root/include/dwmmc.h
diff options
context:
space:
mode:
authorJaehoon Chung <jh80.chung@samsung.com>2013-11-29 20:08:57 +0900
committerPantelis Antoniou <panto@antoniou-consulting.com>2013-12-08 14:07:07 +0200
commit18ab67559736335d743503d92b49129e505e1baf (patch)
treecbd6fa42757593994acfd12d4d7480ebf458a608 /include/dwmmc.h
parentf44483b57c49282299da0e5c10073b909cdad979 (diff)
downloadblackbird-obmc-uboot-18ab67559736335d743503d92b49129e505e1baf.tar.gz
blackbird-obmc-uboot-18ab67559736335d743503d92b49129e505e1baf.zip
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 <jh80.chung@samsung.com> Acked-by: Alexey Brodkin <abrodkin@synopsys.com> Acked-by: Pantelis Antoniou <panto@antoniou-consulting.com> Acked-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'include/dwmmc.h')
-rw-r--r--include/dwmmc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dwmmc.h b/include/dwmmc.h
index 6c91143e96..a02dd67c13 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);
};
OpenPOWER on IntegriCloud