]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/arm/plat-omap/include/mach/pm.h
Merge branch 'master' of git://git.marvell.com/orion into devel
[linux-2.6-omap-h63xx.git] / arch / arm / plat-omap / include / mach / pm.h
index 37e2f0f38b462bb803bd6615dc6c070909993a40..ce6ee7927537f1bcb23014387194a64f44978b64 100644 (file)
 extern void prevent_idle_sleep(void);
 extern void allow_idle_sleep(void);
 
-/**
- * clk_deny_idle - Prevents the clock from being idled during MPU idle
- * @clk: clock signal handle
- */
-void clk_deny_idle(struct clk *clk);
-
-/**
- * clk_allow_idle - Counters previous clk_deny_idle
- * @clk: clock signal handle
- */
-void clk_allow_idle(struct clk *clk);
-
 extern void omap_pm_idle(void);
 extern void omap_pm_suspend(void);
 extern void omap730_cpu_suspend(unsigned short, unsigned short);