summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2018-02-20 17:24:52 +0100
committerArnd Bergmann <arnd@arndb.de>2018-02-22 17:43:16 +0100
commiteec51afc9d2612c65523627cfd81456c6995a79a (patch)
treec9fc34fe08d6f2e41172df64d99330bb00fb4449 /MAINTAINERS
parent01a6e1267e741a91c6cdb4604cd2f898166e03f0 (diff)
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>
Diffstat (limited to 'MAINTAINERS')
0 files changed, 0 insertions, 0 deletions