From: Sachin Kamat Date: Mon, 26 May 2014 04:16:28 +0000 (+0530) Subject: clk/exynos4: Fix compilation warning X-Git-Tag: omap-for-v3.16/fixes-against-rc1~91^2^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f213af2c0309659f2011650a7a7ef3587db9de2;p=pandora-kernel.git clk/exynos4: Fix compilation warning Fixes the following warning: WARNING: drivers/built-in.o(.text.unlikely+0x2c50): Section mismatch in reference from the function exynos4_clk_sleep_init() to the (unknown reference) .init.data:(unknown) The function exynos4_clk_sleep_init() references the (unknown reference) __initdata (unknown). This is often because exynos4_clk_sleep_init lacks a __initdata annotation or the annotation of (unknown) is wrong. Signed-off-by: Sachin Kamat Reported-by: kbuild test robot Signed-off-by: Mike Turquette --- Reading git-diff-tree failed