WSL2-Linux-Kernel/arch/arm/mach-davinci
Arnd Bergmann eec51afc9d ARM: davinci: mark spi_board_info arrays as const
Building with LTO revealed that three spi_board_info arrays are marked
__initconst, but not const:

arch/arm/mach-davinci/board-dm365-evm.c: In function 'dm365_evm_init':
arch/arm/mach-davinci/board-dm365-evm.c:729:30: error: 'dm365_evm_spi_info' causes a section type conflict with 'dm646x_edma_device'
 static struct spi_board_info dm365_evm_spi_info[] __initconst = {
                              ^
arch/arm/mach-davinci/dm646x.c:603:42: note: 'dm646x_edma_device' was declared here
 static const struct platform_device_info dm646x_edma_device __initconst = {

This marks them const as well, as was originally intended.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2018-02-22 17:43:16 +01:00
..
include/mach ARM: davinci: make argument to davinci_common_init() as const 2017-12-23 15:46:24 +05:30
Kconfig License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
Makefile.boot License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
aemif.c
asp.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
board-da830-evm.c gpio: pcf857x: move header file out of I2C realm 2017-05-23 11:35:02 +02:00
board-da850-evm.c ARM: davinci: drop unneeded newline 2018-01-05 19:25:14 +05:30
board-dm355-evm.c ARM: davinci: mark spi_board_info arrays as const 2018-02-22 17:43:16 +01:00
board-dm355-leopard.c ARM: davinci: mark spi_board_info arrays as const 2018-02-22 17:43:16 +01:00
board-dm365-evm.c ARM: davinci: mark spi_board_info arrays as const 2018-02-22 17:43:16 +01:00
board-dm644x-evm.c i2c/ARM: davinci: Deep refactoring of I2C recovery 2017-12-31 00:09:39 +01:00
board-dm646x-evm.c mtd: nand: Rename nand.h into rawnand.h 2017-08-13 10:11:49 +02:00
board-mityomapl138.c
board-neuros-osd2.c ARM: davinci: constify gpio_led 2018-01-05 19:28:41 +05:30
board-omapl138-hawk.c
board-sffsdr.c mtd: nand: Rename nand.h into rawnand.h 2017-08-13 10:11:49 +02:00
clock.c ARM: davinci: normalize clk API 2017-07-27 13:15:29 +02:00
clock.h
common.c ARM: davinci: make argument to davinci_common_init() as const 2017-12-23 15:46:24 +05:30
cp_intc.c
cp_intc.h
cpuidle.c
cpuidle.h
da8xx-dt.c ARM: davinci: da8xx-dt: Add OF_DEV_AUXDATA entry for DSP clock matching 2017-09-20 14:57:56 +05:30
da830.c ARM: SoC platform updates for 4.16 2018-02-01 16:17:40 -08:00
da850.c ARM: SoC platform updates for 4.16 2018-02-01 16:17:40 -08:00
davinci.h
ddr2.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
devices-da8xx.c ARM: davinci: Use PTR_ERR_OR_ZERO() 2017-12-23 15:46:25 +05:30
devices.c
dm355.c ARM: davinci: make davinci_soc_info structures const 2017-12-23 15:46:24 +05:30
dm365.c ARM: SoC platform updates for 4.16 2018-02-01 16:17:40 -08:00
dm644x.c ARM: davinci: make davinci_soc_info structures const 2017-12-23 15:46:24 +05:30
dm646x.c ARM: davinci: Use PTR_ERR_OR_ZERO() 2017-12-23 15:46:25 +05:30
irq.c
mux.c
mux.h
pdata-quirks.c ARM: davinci: fix const warnings 2017-06-15 19:18:24 +05:30
pm.c ARM: davinci: PM: Do not free useful resources in normal path in 'davinci_pm_init' 2017-05-17 15:25:18 +05:30
pm_domain.c
psc.c
psc.h
serial.c
sleep.S
sram.c
sram.h
time.c
usb-da8xx.c License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
usb.c License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00