diff options
author | Arnd Bergmann <arnd@arndb.de> | 2018-12-10 22:58:36 +0100 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2018-12-12 14:04:59 -0800 |
commit | bd3fde386decf09317ff4a07cd0d05380a22f525 (patch) | |
tree | 0515bc171926e3d2c09ecac0c1de3ae0e5695480 /tools/bpf/bpftool/Documentation/bpftool-perf.rst | |
parent | 6dc7e8764b0879157899aa9ca15f894e001f0c20 (diff) | |
download | talos-obmc-linux-bd3fde386decf09317ff4a07cd0d05380a22f525.tar.gz talos-obmc-linux-bd3fde386decf09317ff4a07cd0d05380a22f525.zip |
ARM: omap2: avoid section mismatch warning
WARNING: vmlinux.o(.text+0x27530): Section mismatch in reference from the function am43xx_suspend_init() to the function .init.text:am43xx_map_scu()
The function am43xx_suspend_init() references
the function __init am43xx_map_scu().
This is often because am43xx_suspend_init lacks a __init
annotation or the annotation of am43xx_map_scu is wrong.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Tony Lindgren <tony@atomide.com>
Acked-by: Santosh Shilimkar <ssantosh@kernel.org>
Reviewed-by: Kevin Hilman <khilman@baylibre.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'tools/bpf/bpftool/Documentation/bpftool-perf.rst')
0 files changed, 0 insertions, 0 deletions