ARM: OMAP2+: Limit omap initcalls to omap only on multiplatform kernels
authorTony Lindgren <tony@atomide.com>
Fri, 11 Jan 2013 19:24:18 +0000 (11:24 -0800)
committerTony Lindgren <tony@atomide.com>
Fri, 11 Jan 2013 19:24:18 +0000 (11:24 -0800)
commit816a65ef4ce1848d8083d9e198922ddafbe221f2
treeb25932011f109ec7ad52691f68c97fb77b27acf2
parent9931faca02c604c22335f5a935a501bb2ace6e20
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 <ezequiel.garcia@free-electrons.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/soc.h