From: Qiao Zhou Date: Mon, 4 Jun 2012 02:41:04 +0000 (+0800) Subject: ASoC: fix pxa-ssp compiling issue under mach-mmp X-Git-Tag: v3.5-rc4~23^2~4^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=972a55b62d592cfcd6d73577df8a52f1251ea9a7;p=pandora-kernel.git ASoC: fix pxa-ssp compiling issue under mach-mmp pxa-ssp.c uses API like cpu_is_pxa3xx(), cpu_is_pxa2xx(), which is defined under arch-pxa architecture, and drivers under mach-mmp can't find it. so just use ssp->type to replace that API. Signed-off-by: Qiao Zhou Acked-by: Haojian Zhuang Signed-off-by: Mark Brown --- Reading git-diff-tree failed