diff options
Diffstat (limited to 'arch/arm/mach-omap2/pm.h')
-rw-r--r-- | arch/arm/mach-omap2/pm.h | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/arch/arm/mach-omap2/pm.h b/arch/arm/mach-omap2/pm.h index 36fa90b6ece8..78564895e914 100644 --- a/arch/arm/mach-omap2/pm.h +++ b/arch/arm/mach-omap2/pm.h | |||
@@ -38,27 +38,6 @@ static inline int omap4_opp_init(void) | |||
38 | } | 38 | } |
39 | #endif | 39 | #endif |
40 | 40 | ||
41 | /* | ||
42 | * cpuidle mach specific parameters | ||
43 | * | ||
44 | * The board code can override the default C-states definition using | ||
45 | * omap3_pm_init_cpuidle | ||
46 | */ | ||
47 | struct cpuidle_params { | ||
48 | u32 exit_latency; /* exit_latency = sleep + wake-up latencies */ | ||
49 | u32 target_residency; | ||
50 | u8 valid; /* validates the C-state */ | ||
51 | }; | ||
52 | |||
53 | #if defined(CONFIG_PM) && defined(CONFIG_CPU_IDLE) | ||
54 | extern void omap3_pm_init_cpuidle(struct cpuidle_params *cpuidle_board_params); | ||
55 | #else | ||
56 | static | ||
57 | inline void omap3_pm_init_cpuidle(struct cpuidle_params *cpuidle_board_params) | ||
58 | { | ||
59 | } | ||
60 | #endif | ||
61 | |||
62 | extern int omap3_pm_get_suspend_state(struct powerdomain *pwrdm); | 41 | extern int omap3_pm_get_suspend_state(struct powerdomain *pwrdm); |
63 | extern int omap3_pm_set_suspend_state(struct powerdomain *pwrdm, int state); | 42 | extern int omap3_pm_set_suspend_state(struct powerdomain *pwrdm, int state); |
64 | 43 | ||