Re: [RESEND PATCH] ARM: omap2: mark omap_init_rng as __init

2017-03-14 Thread Tony Lindgren
* Arnd Bergmann [170314 14:27]: > I found this section mismatch when building with an older > compiler release: > > WARNING: vmlinux.o(.text+0x3051c): Section mismatch in reference from the > function omap_init_rng() to the function .init.text:omap_device_build() > > Obviously this one function

[RESEND PATCH] ARM: omap2: mark omap_init_rng as __init

2017-03-14 Thread Arnd Bergmann
I found this section mismatch when building with an older compiler release: WARNING: vmlinux.o(.text+0x3051c): Section mismatch in reference from the function omap_init_rng() to the function .init.text:omap_device_build() Obviously this one function should be __init as well. Normally we don't ge