From: Tony Lindgren Date: Thu, 15 Nov 2007 20:54:09 +0000 (-0800) Subject: Revert "ARM: OMAP: clk_disable_unused: init section mismatch" X-Git-Tag: v2.6.24-omap1~223 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=69287ff79f01c1ca5e44799227cf859ae7a1d91c;p=linux-2.6-omap-h63xx.git Revert "ARM: OMAP: clk_disable_unused: init section mismatch" This reverts commit 669bbebe52d3c3733deb3f1b1d4e3d77e859ce5b. Using Kevin's resent patch instead. Signed-off-by: Tony Lindgren --- diff --git a/arch/arm/mach-omap2/clock.c b/arch/arm/mach-omap2/clock.c index 668560dba55..1ce6d57fdbe 100644 --- a/arch/arm/mach-omap2/clock.c +++ b/arch/arm/mach-omap2/clock.c @@ -739,7 +739,7 @@ int omap2_clk_set_parent(struct clk *clk, struct clk *new_parent) *-------------------------------------------------------------------------*/ #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;