From: eric miao Date: Sun, 27 Jan 2008 17:14:46 +0000 (+0100) Subject: i2c-pxa: Remove hardcoded #ifdef and use cpu_is_pxa27x X-Git-Tag: v2.6.25-rc1~1214 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59d70df025473931c500d6d60510798e4bfa3279;p=pandora-kernel.git i2c-pxa: Remove hardcoded #ifdef and use cpu_is_pxa27x remove #ifdef CONFIG_PXA27x .. #endif and use cpu_is_pxaXXXX() macros so that a single binary can support PXA25x/PXA27x/PXA3xx at run-time. Signed-off-by: eric miao Signed-off-by: Jean Delvare --- Reading git-diff-tree failed