diff options
author | Arnd Bergmann <arnd@arndb.de> | 2018-12-10 22:58:38 +0100 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2018-12-12 13:56:36 -0800 |
commit | 4aa64677330beeeed721b4b122884dabad845d66 (patch) | |
tree | 9b67b3f6601ea35c117ba486bdb1cc6f415677cd /arch/arm/mach-imx | |
parent | 88af3209aa0881aa5ffd99664b6080a4be5f24e5 (diff) | |
download | linux-4aa64677330beeeed721b4b122884dabad845d66.tar.bz2 |
ARM: ks8695: fix section mismatch warning
WARNING: vmlinux.o(.text+0x13250): Section mismatch in reference from the function acs5k_i2c_init() to the (unknown reference) .init.data:(unknown)
The function acs5k_i2c_init() references
the (unknown reference) __initdata (unknown).
This is often because acs5k_i2c_init lacks a __initdata
annotation or the annotation of (unknown) is wrong.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/mach-imx')
0 files changed, 0 insertions, 0 deletions