diff options
Diffstat (limited to 'arch/arm/mach-omap2/pm.h')
-rw-r--r-- | arch/arm/mach-omap2/pm.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/pm.h b/arch/arm/mach-omap2/pm.h index b737b11e4499..36fa90b6ece8 100644 --- a/arch/arm/mach-omap2/pm.h +++ b/arch/arm/mach-omap2/pm.h | |||
@@ -18,10 +18,11 @@ | |||
18 | extern void *omap3_secure_ram_storage; | 18 | extern void *omap3_secure_ram_storage; |
19 | extern void omap3_pm_off_mode_enable(int); | 19 | extern void omap3_pm_off_mode_enable(int); |
20 | extern void omap_sram_idle(void); | 20 | extern void omap_sram_idle(void); |
21 | extern int omap3_can_sleep(void); | ||
22 | extern int omap_set_pwrdm_state(struct powerdomain *pwrdm, u32 state); | 21 | extern int omap_set_pwrdm_state(struct powerdomain *pwrdm, u32 state); |
23 | extern int omap3_idle_init(void); | 22 | extern int omap3_idle_init(void); |
24 | extern int omap4_idle_init(void); | 23 | extern int omap4_idle_init(void); |
24 | extern int omap_pm_clkdms_setup(struct clockdomain *clkdm, void *unused); | ||
25 | extern int (*omap_pm_suspend)(void); | ||
25 | 26 | ||
26 | #if defined(CONFIG_PM_OPP) | 27 | #if defined(CONFIG_PM_OPP) |
27 | extern int omap3_opp_init(void); | 28 | extern int omap3_opp_init(void); |