diff options
author | 2014-05-26 09:46:28 +0530 | |
---|---|---|
committer | 2014-05-28 00:56:45 -0700 | |
commit | 8f213af2c0309659f2011650a7a7ef3587db9de2 (patch) | |
tree | 178e90ab2814cc5153a563e7a819d3227951608e /tools/perf/scripts/python/syscall-counts.py | |
parent | Merge branch 'clk-fixes' into clk-next (diff) | |
download | linux-dev-8f213af2c0309659f2011650a7a7ef3587db9de2.tar.xz linux-dev-8f213af2c0309659f2011650a7a7ef3587db9de2.zip |
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 <sachin.kamat@linaro.org>
Reported-by: kbuild test robot <fengguang.wu@intel.com>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions