Skip to content

Commit

Permalink
ARM: OMAP: Typo fix for clock_allow_idle
Browse files Browse the repository at this point in the history
The second clk_deny_idle instance should be clk_allow_idle instead.

Signed-off-by: Amit Kucheria <amit.kucheria@verdurent.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
  • Loading branch information
Amit Kucheria authored and Tony Lindgren committed Nov 25, 2008
1 parent 7953031 commit 147dcf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/plat-omap/include/mach/pm.h
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,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);
Expand Down

0 comments on commit 147dcf5

Please sign in to comment.