aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/pm.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-omap2/pm.c')
-rw-r--r--arch/arm/mach-omap2/pm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/pm.c b/arch/arm/mach-omap2/pm.c
index 63027e60cc20..366158a54fcd 100644
--- a/arch/arm/mach-omap2/pm.c
+++ b/arch/arm/mach-omap2/pm.c
@@ -71,7 +71,7 @@ void omap_pm_get_oscillator(u32 *tstart, u32 *tshut)
71} 71}
72#endif 72#endif
73 73
74int __init omap_pm_clkdms_setup(struct clockdomain *clkdm, void *unused) 74int omap_pm_clkdms_setup(struct clockdomain *clkdm, void *unused)
75{ 75{
76 clkdm_allow_idle(clkdm); 76 clkdm_allow_idle(clkdm);
77 return 0; 77 return 0;