diff options
Diffstat (limited to 'arch/arm/mach-versatile/versatile_dt.c')
-rw-r--r-- | arch/arm/mach-versatile/versatile_dt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-versatile/versatile_dt.c b/arch/arm/mach-versatile/versatile_dt.c index 9f9bc61ca64b..7de3e92a13b0 100644 --- a/arch/arm/mach-versatile/versatile_dt.c +++ b/arch/arm/mach-versatile/versatile_dt.c | |||
@@ -35,7 +35,7 @@ static void __init versatile_dt_init(void) | |||
35 | versatile_auxdata_lookup, NULL); | 35 | versatile_auxdata_lookup, NULL); |
36 | } | 36 | } |
37 | 37 | ||
38 | static const char *versatile_dt_match[] __initconst = { | 38 | static const char *const versatile_dt_match[] __initconst = { |
39 | "arm,versatile-ab", | 39 | "arm,versatile-ab", |
40 | "arm,versatile-pb", | 40 | "arm,versatile-pb", |
41 | NULL, | 41 | NULL, |