aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/compaction-times.py
diff options
context:
space:
mode:
authorSudeep Holla <[email protected]>2016-11-17 15:11:59 +0000
committerUlf Hansson <[email protected]>2016-11-29 09:20:14 +0100
commit34c1c21e94ac11e4332028b845c331f7171dde64 (patch)
treeea1b7419cc89b76b1d34a7c3835b458ef9f11ccd /tools/perf/scripts/python/compaction-times.py
parent151ede40fd6999b0bdf5fd508e6035cf02b5dc8b (diff)
soc: fsl: fix section mismatch build warnings
We get the following warning with the driver is compiled in: WARNING: modpost: Found 1 section mismatch(es). To see full details build your kernel with: 'make CONFIG_DEBUG_SECTION_MISMATCH=y' With CONFIG_DEBUG_SECTION_MISMATCH enabled, the details are reported: WARNING: vmlinux.o(.text+0x55d014): Section mismatch in reference from the function fsl_guts_probe() to the function .init.text:of_flat_dt_get_machine_name() The function fsl_guts_probe() references the function __init of_flat_dt_get_machine_name(). This is often because fsl_guts_probe lacks a __init annotation or the annotation of of_flat_dt_get_machine_name is wrong. This patch fixes the issue by using the normal DT/OF API rather than the of_flat_* one. Cc: Scott Wood <[email protected]> Cc: Yangbo Lu <[email protected]> Cc: Arnd Bergmann <[email protected]> Cc: Ulf Hansson <[email protected]> Signed-off-by: Sudeep Holla <[email protected]> Acked-by: Arnd Bergmann <[email protected]> Signed-off-by: Ulf Hansson <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/compaction-times.py')
0 files changed, 0 insertions, 0 deletions