From: Kalle Jokiniemi Date: Fri, 26 Sep 2008 08:04:20 +0000 (+0300) Subject: OMAP3: PM: CPUidle: fix init sequencing X-Git-Tag: v2.6.32-omap1~10^2~19^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0343371e22dcfec9291193ad3e771dbce3a93670;p=pandora-kernel.git OMAP3: PM: CPUidle: fix init sequencing Previously omap3_idle_init() was called in device_init, while omap_pm_init() is called at late_initcall. This causes the cpu idle driver to call omap_sram_idle before it is properly initialized. This patch fixes the issue by moving omap3_idle_init into omap3_pm_init. Signed-off-by: Kalle Jokiniemi Signed-off-by: Kevin Hilman --- Reading git-diff-tree failed