Skip to content

Commit 97a586d

Browse files
committed
Merge tag 'renesas-fixes-for-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into fixes
Merge "Renesas ARM Based SoC Fixes for v4.4" from Simon Horman: * r8a7793 SoC: Annotate r8a7793_boards_compat_dt with __initconst Aside from being correct this builds that otherwise fail with section mismatch errors. * tag 'renesas-fixes-for-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas: ARM: shmobile: r8a7793: proper constness with __initconst
2 parents 5597afa + c29d387 commit 97a586d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/mach-shmobile/setup-r8a7793.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#include "common.h"
2020
#include "rcar-gen2.h"
2121

22-
static const char *r8a7793_boards_compat_dt[] __initconst = {
22+
static const char * const r8a7793_boards_compat_dt[] __initconst = {
2323
"renesas,r8a7793",
2424
NULL,
2525
};

0 commit comments

Comments
 (0)