From: Sebastian Hesselbarth Date: Mon, 7 Oct 2013 17:53:13 +0000 (+0200) Subject: clk: nomadik: fix missing __init on nomadik_src_init X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~52^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54bf93c49a9a7a395df3a6442c5b6bf428c945cb;p=pandora-kernel.git clk: nomadik: fix missing __init on nomadik_src_init nomadik_src_init references __initconst sections but lacks an __init itself. Add __init to fix the section mismatch. Signed-off-by: Sebastian Hesselbarth Signed-off-by: Olof Johansson --- Reading git-diff-tree failed