Skip to content
Commit 8f213af2 authored by Sachin Kamat's avatar Sachin Kamat Committed by Mike Turquette
Browse files

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: default avatarSachin Kamat <sachin.kamat@linaro.org>
Reported-by: default avatarkbuild test robot <fengguang.wu@intel.com>
Signed-off-by: default avatarMike Turquette <mturquette@linaro.org>
parent 4c8f8062
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment