From: Tony Lindgren Date: Fri, 11 Jan 2013 19:24:18 +0000 (-0800) Subject: ARM: OMAP2+: Limit omap initcalls to omap only on multiplatform kernels X-Git-Tag: omap-for-v3.9/multiplatform-signed-v2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=816a65ef4ce1848d8083d9e198922ddafbe221f2;p=pandora-kernel.git ARM: OMAP2+: Limit omap initcalls to omap only on multiplatform kernels We need to make sure that multiplatform kernels don't run omap initcalls when booted on other SoCs. Do this by adding wrapper macros for the initcalls that return early if soc_is_omap() test fails. This allows us to easily change the defines later if we have SoC specific init sections available. Tested-by: Ezequiel Garcia Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed