Re: [PATCH 3/4] ARM: ks8695: fix section mismatch warning

From: Olof Johansson
Date: Wed Dec 12 2018 - 17:17:04 EST


On Mon, Dec 10, 2018 at 10:58:38PM +0100, Arnd Bergmann wrote:
> 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@xxxxxxxx>

Applied to next/soc in arm-soc now.


-Olof