diff options
-rw-r--r-- | arch/arm/mach-shmobile/setup-emev2.c | 2 |
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 c8f2a1a69a52..c71d667007b8 100644 --- a/arch/arm/mach-shmobile/setup-emev2.c +++ b/arch/arm/mach-shmobile/setup-emev2.c | |||
@@ -58,7 +58,7 @@ static void __init emev2_add_standard_devices_dt(void) | |||
58 | of_platform_populate(NULL, of_default_bus_match_table, NULL, NULL); | 58 | of_platform_populate(NULL, of_default_bus_match_table, NULL, NULL); |
59 | } | 59 | } |
60 | 60 | ||
61 | static const char *emev2_boards_compat_dt[] __initdata = { | 61 | static const char *emev2_boards_compat_dt[] __initconst = { |
62 | "renesas,emev2", | 62 | "renesas,emev2", |
63 | NULL, | 63 | NULL, |
64 | }; | 64 | }; |