kernel-ark/arch/arm/mach-sti
Nicolas Pitre 19c233b79d ARM: appropriate __init annotation for const data
Init data marked const should be annotated with __initconst for
correctness and not __initdata.  In some cases the array gathering
references to that data has to be marked const as well. This fixes
LTO builds that otherwise fail with section mismatch errors.

Signed-off-by: Nicolas Pitre <nico@linaro.org>
Signed-off-by: Olof Johansson <olof@lixom.net>
2015-07-28 13:55:27 +02:00
..
board-dt.c ARM: appropriate __init annotation for const data 2015-07-28 13:55:27 +02:00
headsmp.S ARM: STi: remove sti_secondary_start from INIT section. 2013-08-04 13:40:55 -07:00
Kconfig ARM: STi: Ensure requested STi's SysCfg Controlled IRQs are enabled at boot 2015-05-13 10:42:38 +02:00
Makefile
platsmp.c ARM: sti: Staticize local variables 2014-07-06 17:49:54 -07:00
smp.h