]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
Typo fix for clock_allow_idle
authorAmit Kucheria <amit.kucheria@verdurent.com>
Mon, 22 Sep 2008 07:23:09 +0000 (10:23 +0300)
committerTony Lindgren <tony@atomide.com>
Tue, 25 Nov 2008 23:10:15 +0000 (15:10 -0800)
Signed-off-by: Amit Kucheria <amit.kucheria@verdurent.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/plat-omap/include/mach/pm.h

index e4cf1c5b370a10df8022ee3e95aabb2f20ba0494..15c19f0dbb54417caefff075ebed385a085756f7 100644 (file)
@@ -131,7 +131,7 @@ void clk_deny_idle(struct clk *clk);
  * clk_allow_idle - Counters previous clk_deny_idle
  * @clk: clock signal handle
  */
-void clk_deny_idle(struct clk *clk);
+void clk_allow_idle(struct clk *clk);
 
 extern void omap_pm_idle(void);
 extern void omap_pm_suspend(void);