Commit 69287ff7 authored by Tony Lindgren's avatar Tony Lindgren

Revert "ARM: OMAP: clk_disable_unused: init section mismatch"

This reverts commit 669bbebe.

Using Kevin's resent patch instead.
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 2a0f9277
...@@ -739,7 +739,7 @@ int omap2_clk_set_parent(struct clk *clk, struct clk *new_parent) ...@@ -739,7 +739,7 @@ int omap2_clk_set_parent(struct clk *clk, struct clk *new_parent)
*-------------------------------------------------------------------------*/ *-------------------------------------------------------------------------*/
#ifdef CONFIG_OMAP_RESET_CLOCKS #ifdef CONFIG_OMAP_RESET_CLOCKS
void omap2_clk_disable_unused(struct clk *clk) void __init omap2_clk_disable_unused(struct clk *clk)
{ {
u32 regval32, v; u32 regval32, v;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment