diff options
author | 2011-12-13 14:25:27 +0800 | |
---|---|---|
committer | 2011-12-19 12:26:05 +0100 | |
commit | e1bff3149a68baaa9bbc3c38da04690df340b173 (patch) | |
tree | e1bb13335b8e4096377fbc8795c5982b6a31d6e3 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | ARM:imx:fix pwm period value (diff) | |
download | linux-dev-e1bff3149a68baaa9bbc3c38da04690df340b173.tar.xz linux-dev-e1bff3149a68baaa9bbc3c38da04690df340b173.zip |
arm/imx: fix cpufreq section mismatch
WARNING: arch/arm/plat-mxc/built-in.o(.data+0x488): Section mismatch in reference from the variable mxc_driver to the function .init.text:mxc_cpufreq_init()
The variable mxc_driver references
the function __init mxc_cpufreq_init()
If the reference is valid then annotate the
variable with __init* or __refdata (see linux/init.h) or name the variable:
*_template, *_timer, *_sht, *_ops, *_probe, *_probe_one, *_console
Signed-off-by: Richard Zhao <richard.zhao@linaro.org>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions