From: Denis Efremov Date: Sun, 6 Jan 2013 14:21:43 +0000 (+0400) Subject: clk: remove exported function from __init section X-Git-Tag: v3.9-rc1~149^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4eda8e0654c19cd7e3d143b051f3d5c213f0b43;p=pandora-kernel.git clk: remove exported function from __init section The symbol of_fixed_clk_setup is exported and annotated __init. This looks like section mismatch. Fix this by removing the __init annotation of of_fixed_clk_setup. Signed-off-by: Denis Efremov Signed-off-by: Mike Turquette --- Reading git-diff-tree failed