aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/cpuidle34xx.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-omap2/cpuidle34xx.c')
-rw-r--r--arch/arm/mach-omap2/cpuidle34xx.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/cpuidle34xx.c b/arch/arm/mach-omap2/cpuidle34xx.c
index cba437dd002b..a44c52303405 100644
--- a/arch/arm/mach-omap2/cpuidle34xx.c
+++ b/arch/arm/mach-omap2/cpuidle34xx.c
@@ -100,14 +100,14 @@ static int omap3_idle_bm_check(void)
100static int _cpuidle_allow_idle(struct powerdomain *pwrdm, 100static int _cpuidle_allow_idle(struct powerdomain *pwrdm,
101 struct clockdomain *clkdm) 101 struct clockdomain *clkdm)
102{ 102{
103 omap2_clkdm_allow_idle(clkdm); 103 clkdm_allow_idle(clkdm);
104 return 0; 104 return 0;
105} 105}
106 106
107static int _cpuidle_deny_idle(struct powerdomain *pwrdm, 107static int _cpuidle_deny_idle(struct powerdomain *pwrdm,
108 struct clockdomain *clkdm) 108 struct clockdomain *clkdm)
109{ 109{
110 omap2_clkdm_deny_idle(clkdm); 110 clkdm_deny_idle(clkdm);
111 return 0; 111 return 0;
112} 112}
113 113