From: Kevin Hilman Date: Fri, 2 Nov 2007 00:12:02 +0000 (-0700) Subject: ARM: OMAP: clk_disable_unused: init section mismatch X-Git-Tag: v2.6.24-omap1~222 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a4627f670f6ac2511f2b858dbf1aee0cb0fd842;p=pandora-kernel.git ARM: OMAP: clk_disable_unused: init section mismatch Fix the following warning when OMAP_RESET_CLOCKS is enabled: WARNING: vmlinux.o(.data+0x33a0): Section mismatch: reference to .init.text:omap2_clk_disable_unused (between 'omap2_clk_functions' and 'osc_ck') omap2_clk_disable_unused cannot be declared __init as it part of a struct where the rest of the functions are not __init. Signed-off-by: Kevin Hilman Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed