diff options
Diffstat (limited to 'arch/arm/mach-omap2/pm.h')
-rw-r--r-- | arch/arm/mach-omap2/pm.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/pm.h b/arch/arm/mach-omap2/pm.h index 7a9c2d004511..09c0144e90d1 100644 --- a/arch/arm/mach-omap2/pm.h +++ b/arch/arm/mach-omap2/pm.h | |||
@@ -37,6 +37,10 @@ extern int omap2_pm_debug; | |||
37 | #define omap2_pm_debug 0 | 37 | #define omap2_pm_debug 0 |
38 | #endif | 38 | #endif |
39 | 39 | ||
40 | #if defined(CONFIG_CPU_IDLE) | ||
41 | extern void omap3_cpuidle_update_states(void); | ||
42 | #endif | ||
43 | |||
40 | #if defined(CONFIG_PM_DEBUG) && defined(CONFIG_DEBUG_FS) | 44 | #if defined(CONFIG_PM_DEBUG) && defined(CONFIG_DEBUG_FS) |
41 | extern void pm_dbg_update_time(struct powerdomain *pwrdm, int prev); | 45 | extern void pm_dbg_update_time(struct powerdomain *pwrdm, int prev); |
42 | extern int pm_dbg_regset_save(int reg_set); | 46 | extern int pm_dbg_regset_save(int reg_set); |