]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/arm/mach-omap2/clock.h
ARM: OMAP: clk_disable_unused: init section mismatch
[linux-2.6-omap-h63xx.git] / arch / arm / mach-omap2 / clock.h
index e14446dd01d179dec6a3ec4a2f4da9d8039f8f61..4cba747bd176b03b62bea0505e10d3eaaa752969 100644 (file)
@@ -30,7 +30,7 @@ int omap2_clk_set_rate(struct clk *clk, unsigned long rate);
 int omap2_clk_set_parent(struct clk *clk, struct clk *new_parent);
 
 #ifdef CONFIG_OMAP_RESET_CLOCKS
-void __init omap2_clk_disable_unused(struct clk *clk);
+void omap2_clk_disable_unused(struct clk *clk);
 #else
 #define omap2_clk_disable_unused       NULL
 #endif