diff options
author | Arnd Bergmann <arnd@arndb.de> | 2018-02-20 17:24:50 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2018-02-22 17:42:42 +0100 |
commit | 01a6e1267e741a91c6cdb4604cd2f898166e03f0 (patch) | |
tree | 778f1a3b98e33da1b1becb0eb75e829dc30fec29 /drivers | |
parent | Merge tag 'at91-ab-4.16-soc-fixes' of ssh://gitolite.kernel.org/pub/scm/linux... (diff) | |
download | linux-01a6e1267e741a91c6cdb4604cd2f898166e03f0.tar.xz linux-01a6e1267e741a91c6cdb4604cd2f898166e03f0.zip |
ARM: clps711x: mark clps711x_compat as const
The array of string pointers is put in __initconst, and the strings themselves
are marke 'const' but the the pointers are not, which caused a warning when
built with LTO:
arch/arm/mach-clps711x/board-dt.c:72:20: error: 'clps711x_compat' causes a section type conflict with 'feroceon_ids'
static const char *clps711x_compat[] __initconst = {
This marks the array itself const as well, which was certainly the
intention originally.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'drivers')
0 files changed, 0 insertions, 0 deletions