aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorArnd Bergmann <[email protected]>2019-03-07 11:10:11 +0100
committerUlf Hansson <[email protected]>2019-03-18 11:02:30 +0100
commit9ce58dd7d9da3ca0d7cb8c9568f1c6f4746da65a (patch)
tree80ef57444cddbd1827ec5ac611671428be5ce067 /tools/perf/scripts/python/export-to-postgresql.py
parente60a582bcde01158a64ff948fb799f21f5d31a11 (diff)
mmc: davinci: remove extraneous __init annotation
Building with clang finds a mistaken __init tag: WARNING: vmlinux.o(.text+0x5e4250): Section mismatch in reference from the function davinci_mmcsd_probe() to the function .init.text:init_mmcsd_host() The function davinci_mmcsd_probe() references the function __init init_mmcsd_host(). This is often because davinci_mmcsd_probe lacks a __init annotation or the annotation of init_mmcsd_host is wrong. Signed-off-by: Arnd Bergmann <[email protected]> Acked-by: Wolfram Sang <[email protected]> Reviewed-by: Nathan Chancellor <[email protected]> Signed-off-by: Ulf Hansson <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions