mmc: dw_mmc: move the platform specific init call 17/32017/2
authorYuvaraj Kumar C D <yuvaraj.cd@gmail.com>
Fri, 30 Aug 2013 15:12:19 +0000 (00:12 +0900)
committerHyungwon Hwang <human.hwang@samsung.com>
Mon, 15 Dec 2014 09:15:49 +0000 (18:15 +0900)
commit894a31ef32562fb2cb0d2a6fab754ceac4c850f1
tree42181ce7451f01f1fd60b7b37047ec48f6a18c58
parent435f434f04109e339bb8dd86a89189918e617aa4
mmc: dw_mmc: move the platform specific init call

Current platform specific private data initialization call
dw_mci_exynos_priv_init() can be used to do platform specific
initialization of SMU and others in future. So the drv_data->init
call has moved to dw_mci_probe().

Change-Id: I02dbf3360a283d7a25e171e1f97832c01837d5d1
Signed-off-by: Yuvaraj Kumar C D <yuvaraj.cd@samsung.com>
Tested-by: Alim Akhtar <alim.akhtar@samsung.com>
Tested-by: Jaehoon Chung <jh80.chung@samsung.com>
Acked-by: Seungwon Jeon <tgih.jun@samsung.com>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/host/dw_mmc-pltfm.c
drivers/mmc/host/dw_mmc.c