linux/arch/arm/mach-at91
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
..
at91rm9200.c ARM: appropriate __init annotation for const data 2015-07-28 13:55:27 +02:00
at91sam9.c ARM: appropriate __init annotation for const data 2015-07-28 13:55:27 +02:00
generic.h ARM: at91: properly initialize timer 2015-03-16 17:03:04 +01:00
Kconfig ARM: at91: add a Kconfig dependency on multi-platform 2015-04-03 10:47:49 -07:00
Makefile ARM: at91: remove mach/at91_ramc.h and mach/at91rm9200_mc.h 2015-05-20 16:37:49 +02:00
pm_suspend.S ARM: at91: remove mach/at91_ramc.h and mach/at91rm9200_mc.h 2015-05-20 16:37:49 +02:00
pm.c ARM: appropriate __init annotation for const data 2015-07-28 13:55:27 +02:00
pm.h ARM: at91: remove mach/at91_ramc.h and mach/at91rm9200_mc.h 2015-05-20 16:37:49 +02:00
sama5.c ARM: appropriate __init annotation for const data 2015-07-28 13:55:27 +02:00
soc.c ARM: at91: add soc detection infrastructure 2015-03-13 15:11:04 +01:00
soc.h ARM: at91: sama5 use SoC detection infrastructure 2015-03-13 16:23:36 +01:00