/linux/arch/arm/mach-digicolor/ |
H A D | digicolor.c | diff 19c233b79d1af7b5af1ec68c1172848648184449 Tue Jul 28 00:27:52 CEST 2015 Nicolas Pitre <nicolas.pitre@linaro.org> 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>
|
/linux/arch/arm/mach-omap2/ |
H A D | voltagedomains54xx_data.c | diff 19c233b79d1af7b5af1ec68c1172848648184449 Tue Jul 28 00:27:52 CEST 2015 Nicolas Pitre <nicolas.pitre@linaro.org> 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>
|
H A D | voltagedomains44xx_data.c | diff 19c233b79d1af7b5af1ec68c1172848648184449 Tue Jul 28 00:27:52 CEST 2015 Nicolas Pitre <nicolas.pitre@linaro.org> 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>
|
H A D | voltagedomains3xxx_data.c | diff 19c233b79d1af7b5af1ec68c1172848648184449 Tue Jul 28 00:27:52 CEST 2015 Nicolas Pitre <nicolas.pitre@linaro.org> 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>
|
H A D | vc.c | diff 19c233b79d1af7b5af1ec68c1172848648184449 Tue Jul 28 00:27:52 CEST 2015 Nicolas Pitre <nicolas.pitre@linaro.org> 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>
|
H A D | prm_common.c | diff 19c233b79d1af7b5af1ec68c1172848648184449 Tue Jul 28 00:27:52 CEST 2015 Nicolas Pitre <nicolas.pitre@linaro.org> 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>
|
/linux/arch/arm/mach-bcm/ |
H A D | bcm_5301x.c | diff 19c233b79d1af7b5af1ec68c1172848648184449 Tue Jul 28 00:27:52 CEST 2015 Nicolas Pitre <nicolas.pitre@linaro.org> 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>
|
H A D | bcm_kona_smc.c | diff 19c233b79d1af7b5af1ec68c1172848648184449 Tue Jul 28 00:27:52 CEST 2015 Nicolas Pitre <nicolas.pitre@linaro.org> 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>
|
/linux/arch/arm/mach-at91/ |
H A D | at91sam9.c | diff 19c233b79d1af7b5af1ec68c1172848648184449 Tue Jul 28 00:27:52 CEST 2015 Nicolas Pitre <nicolas.pitre@linaro.org> 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>
|
H A D | sama5.c | diff 19c233b79d1af7b5af1ec68c1172848648184449 Tue Jul 28 00:27:52 CEST 2015 Nicolas Pitre <nicolas.pitre@linaro.org> 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>
|
H A D | at91rm9200.c | diff 19c233b79d1af7b5af1ec68c1172848648184449 Tue Jul 28 00:27:52 CEST 2015 Nicolas Pitre <nicolas.pitre@linaro.org> 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>
|
/linux/arch/arm/mach-pxa/ |
H A D | pxa-dt.c | diff 19c233b79d1af7b5af1ec68c1172848648184449 Tue Jul 28 00:27:52 CEST 2015 Nicolas Pitre <nicolas.pitre@linaro.org> 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>
|
/linux/arch/arm/mach-spear/ |
H A D | time.c | diff 19c233b79d1af7b5af1ec68c1172848648184449 Tue Jul 28 00:27:52 CEST 2015 Nicolas Pitre <nicolas.pitre@linaro.org> 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>
|
/linux/arch/arm/mach-mmp/ |
H A D | mmp2-dt.c | diff 19c233b79d1af7b5af1ec68c1172848648184449 Tue Jul 28 00:27:52 CEST 2015 Nicolas Pitre <nicolas.pitre@linaro.org> 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>
|
H A D | mmp-dt.c | diff 19c233b79d1af7b5af1ec68c1172848648184449 Tue Jul 28 00:27:52 CEST 2015 Nicolas Pitre <nicolas.pitre@linaro.org> 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>
|
/linux/arch/arm/mach-sti/ |
H A D | board-dt.c | diff 19c233b79d1af7b5af1ec68c1172848648184449 Tue Jul 28 00:27:52 CEST 2015 Nicolas Pitre <nicolas.pitre@linaro.org> 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>
|
/linux/arch/arm/mach-shmobile/ |
H A D | setup-r7s72100.c | diff 19c233b79d1af7b5af1ec68c1172848648184449 Tue Jul 28 00:27:52 CEST 2015 Nicolas Pitre <nicolas.pitre@linaro.org> 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>
|
H A D | setup-r8a73a4.c | diff 19c233b79d1af7b5af1ec68c1172848648184449 Tue Jul 28 00:27:52 CEST 2015 Nicolas Pitre <nicolas.pitre@linaro.org> 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>
|
H A D | setup-r8a7778.c | diff 19c233b79d1af7b5af1ec68c1172848648184449 Tue Jul 28 00:27:52 CEST 2015 Nicolas Pitre <nicolas.pitre@linaro.org> 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>
|
H A D | setup-r8a7740.c | diff 19c233b79d1af7b5af1ec68c1172848648184449 Tue Jul 28 00:27:52 CEST 2015 Nicolas Pitre <nicolas.pitre@linaro.org> 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>
|
H A D | setup-r8a7779.c | diff 19c233b79d1af7b5af1ec68c1172848648184449 Tue Jul 28 00:27:52 CEST 2015 Nicolas Pitre <nicolas.pitre@linaro.org> 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>
|
/linux/arch/arm/mach-imx/ |
H A D | mach-imx7d.c | diff 19c233b79d1af7b5af1ec68c1172848648184449 Tue Jul 28 00:27:52 CEST 2015 Nicolas Pitre <nicolas.pitre@linaro.org> 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>
|
/linux/arch/arm/mach-lpc32xx/ |
H A D | phy3250.c | diff 19c233b79d1af7b5af1ec68c1172848648184449 Tue Jul 28 00:27:52 CEST 2015 Nicolas Pitre <nicolas.pitre@linaro.org> 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>
|
/linux/arch/arm/mach-davinci/ |
H A D | da8xx-dt.c | diff 19c233b79d1af7b5af1ec68c1172848648184449 Tue Jul 28 00:27:52 CEST 2015 Nicolas Pitre <nicolas.pitre@linaro.org> 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>
|
/linux/arch/arm/mach-mxs/ |
H A D | mach-mxs.c | diff 19c233b79d1af7b5af1ec68c1172848648184449 Tue Jul 28 00:27:52 CEST 2015 Nicolas Pitre <nicolas.pitre@linaro.org> 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>
|