Files
linux/arch/arm
Arnd Bergmann c03e74b67b ARM: ks8695: fix section mismatch warning
[ Upstream commit 4aa6467733 ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2019-12-05 15:37:15 +01:00
..
2019-08-06 19:05:19 +02:00
2019-10-29 09:16:56 +01:00