From: Yuvaraj Kumar C D Date: Fri, 30 Aug 2013 15:11:57 +0000 (+0900) Subject: mmc: dw_mmc: exynos: move the exynos private init X-Git-Tag: v3.13-rc1~50^2~101 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6c784eded7b39caeaf2e9206336fa1daeccfd09;p=pandora-kernel.git mmc: dw_mmc: exynos: move the exynos private init Currently platform specific private data initialization is done by dw_mci_exynos_priv_init and dw_mci_exynos_parse_dt. As we already have separate platform specific device tree parser dw_mci_exynos_parse_dt, move the dw_mci_exynos_priv_init code to dw_mci_exynos_parse_dt. We can use the dw_mci_exynos_priv_init to do some actual platform specific initialization of SMU and etc. Signed-off-by: Yuvaraj Kumar C D Tested-by: Alim Akhtar Tested-by: Jaehoon Chung Acked-by: Seungwon Jeon Signed-off-by: Chris Ball --- Reading git-diff-tree failed