From: Shawn Guo Date: Sat, 5 May 2012 12:24:01 +0000 (+0800) Subject: mmc: mxs-mmc: get rid of the use of cpu_is_xxx X-Git-Tag: v3.5-rc1~69^2~3^2~10 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef9b4d3996624f65ffa928bd7767f0e186687c15;p=pandora-kernel.git mmc: mxs-mmc: get rid of the use of cpu_is_xxx The register HW_SSP_VERSION is broken for ssp version detection, as the address of the register is different between imx23 and imx28. Let's use platform_device_id to detect the device, so that the use of cpu_is_xxx can be removed. Signed-off-by: Shawn Guo Acked-by: Chris Ball --- Reading git-diff-tree failed