From: Yuvaraj Kumar C D Date: Fri, 30 Aug 2013 15:12:10 +0000 (+0900) Subject: mmc: dw_mmc: socfpga: move socfpga private init X-Git-Tag: v3.13-rc1~50^2~100 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3aa741f39587d03f38b1c8883d3cf06d242abf16;p=pandora-kernel.git mmc: dw_mmc: socfpga: move socfpga private init Currently platform specific private data initialization is done by dw_mci_socfpga_priv_init and dw_mci_socfpga_parse_dt. As we already have separate platform specific device tree parser dw_mci_socfpga_parse_dt, move the dw_mci_socfpga_priv_init code to dw_mci_socfpga_parse_dt. We can use the dw_mci_socfpga_priv_init to do some actual platform specific initialization. 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