aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/setup-emev2.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-shmobile/setup-emev2.c')
-rw-r--r--arch/arm/mach-shmobile/setup-emev2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/setup-emev2.c b/arch/arm/mach-shmobile/setup-emev2.c
index aad97be9cbe1..37f7b15c01bc 100644
--- a/arch/arm/mach-shmobile/setup-emev2.c
+++ b/arch/arm/mach-shmobile/setup-emev2.c
@@ -37,7 +37,7 @@ static void __init emev2_map_io(void)
37 iotable_init(emev2_io_desc, ARRAY_SIZE(emev2_io_desc)); 37 iotable_init(emev2_io_desc, ARRAY_SIZE(emev2_io_desc));
38} 38}
39 39
40static const char *emev2_boards_compat_dt[] __initconst = { 40static const char *const emev2_boards_compat_dt[] __initconst = {
41 "renesas,emev2", 41 "renesas,emev2",
42 NULL, 42 NULL,
43}; 43};