diff options
author | Arnd Bergmann <arnd@arndb.de> | 2018-12-11 00:58:37 +0300 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2018-12-13 00:57:55 +0300 |
commit | 4dd201beec9512c44d11ac97791a33f5c3536d7b (patch) | |
tree | af8c2605a934cb00c5265c38821cf6f61e273186 /net/lapb/lapb_timer.c | |
parent | 4aa64677330beeeed721b4b122884dabad845d66 (diff) | |
download | linux-4dd201beec9512c44d11ac97791a33f5c3536d7b.tar.xz |
ARM: tegra: avoid section mismatch warning
WARNING: vmlinux.o(.text+0x39ecc): Section mismatch in reference from the function tegra114_gic_cpu_pm_registration() to the (unknown reference) .init.rodata:(unknown)
The function tegra114_gic_cpu_pm_registration() references
the (unknown reference) __initconst (unknown).
This is often because tegra114_gic_cpu_pm_registration lacks a __initconst
annotation or the annotation of (unknown) is wrong.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'net/lapb/lapb_timer.c')
0 files changed, 0 insertions, 0 deletions