commit | 7f9187c26fd120bd2f0ce089e5f46c4bd3c4193b | [log] [tgz] |
---|---|---|
author | Tony Lindgren <tony@atomide.com> | Fri Dec 10 09:46:24 2010 -0800 |
committer | Tony Lindgren <tony@atomide.com> | Fri Dec 10 09:46:24 2010 -0800 |
tree | 5077dcdafcf3281b94ef31eee399c35e7bfadf4b | |
parent | df1e9d1c218ba696e376cad371b57c0109fe98c9 [diff] [blame] |
omap1: Add initcall checks for omap1 and booted board Otherwise multi-omap1 configurations will fail. Tested-by: Janusz Krzysztofik <jkrzyszt@tis.icnet.pl> Signed-off-by: Tony Lindgren <tony@atomide.com>
diff --git a/arch/arm/mach-omap1/pm.c b/arch/arm/mach-omap1/pm.c index b1d3f9f..0cca23a 100644 --- a/arch/arm/mach-omap1/pm.c +++ b/arch/arm/mach-omap1/pm.c
@@ -661,6 +661,9 @@ int error; #endif + if (!cpu_class_is_omap1()) + return -ENODEV; + printk("Power Management for TI OMAP.\n"); /*