diff options
author | Fabio Estevam <[email protected]> | 2010-11-26 14:31:44 -0200 |
---|---|---|
committer | David Woodhouse <[email protected]> | 2010-12-03 16:34:55 +0000 |
commit | 6b2995b62eba81df0f7d0b4be5b782be623c13eb (patch) | |
tree | 4a1a6f20274504915e7f5b122556c11bf51cb347 /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Util.py | |
parent | 2ebf0622cdc5d2b51f22b68a0983d90df8a976c8 (diff) |
mtd: fix section mismatch on sst25l
Building the kernel with 'make CONFIG_DEBUG_SECTION_MISMATCH=y´
resulted in:
WARNING: vmlinux.o(.data+0x15938): Section mismatch in reference from
the variable sst25l_driver to the function .init.text:sst25l_probe()
The variable sst25l_driver references
the function __init sst25l_probe()
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,
Fix the section mismatch.
Signed-off-by: Fabio Estevam <[email protected]>
Signed-off-by: Artem Bityutskiy <[email protected]>
Signed-off-by: David Woodhouse <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Util.py')
0 files changed, 0 insertions, 0 deletions