Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 147dcf54 authored by Amit Kucheria's avatar Amit Kucheria Committed by Tony Lindgren
Browse files

ARM: OMAP: Typo fix for clock_allow_idle



The second clk_deny_idle instance should be clk_allow_idle instead.

Signed-off-by: default avatarAmit Kucheria <amit.kucheria@verdurent.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 7953031d
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -128,7 +128,7 @@ void clk_deny_idle(struct clk *clk);
 * clk_allow_idle - Counters previous clk_deny_idle
 * clk_allow_idle - Counters previous clk_deny_idle
 * @clk: clock signal handle
 * @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_idle(void);
extern void omap_pm_suspend(void);
extern void omap_pm_suspend(void);