diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2008-11-05 12:54:04 +0000 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2009-02-08 17:46:15 +0000 |
commit | ae8fce5c3baf84e319269e67823cf337ed9d359a (patch) | |
tree | bc0fe9f5df030aaaab01208ef054a91c74e315c1 /arch/arm/plat-omap/include/mach/pm.h | |
parent | ebb8dca2957f3bb79eea8eec0c7d1c8c3fa9a5be (diff) | |
download | op-kernel-dev-ae8fce5c3baf84e319269e67823cf337ed9d359a.zip op-kernel-dev-ae8fce5c3baf84e319269e67823cf337ed9d359a.tar.gz |
[ARM] omap: remove clk_deny_idle and clk_allow_idle
Nothing makes any use of these functions, so there's little point in
providing them.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/plat-omap/include/mach/pm.h')
-rw-r--r-- | arch/arm/plat-omap/include/mach/pm.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/arm/plat-omap/include/mach/pm.h b/arch/arm/plat-omap/include/mach/pm.h index 2a9c27a..ca81830 100644 --- a/arch/arm/plat-omap/include/mach/pm.h +++ b/arch/arm/plat-omap/include/mach/pm.h @@ -118,18 +118,6 @@ 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); |