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>
This commit is contained in:
Tony Lindgren
2010-12-10 09:46:24 -08:00
parent df1e9d1c21
commit 7f9187c26f
9 changed files with 30 additions and 0 deletions

View File

@@ -661,6 +661,9 @@ static int __init omap_pm_init(void)
int error;
#endif
if (!cpu_class_is_omap1())
return -ENODEV;
printk("Power Management for TI OMAP.\n");
/*