diff options
Diffstat (limited to 'arch/arm/mach-mmp/time.c')
-rw-r--r-- | arch/arm/mach-mmp/time.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-mmp/time.c b/arch/arm/mach-mmp/time.c index 2756351dbb35..10bfa03e58d4 100644 --- a/arch/arm/mach-mmp/time.c +++ b/arch/arm/mach-mmp/time.c | |||
@@ -213,7 +213,7 @@ void __init timer_init(int irq) | |||
213 | } | 213 | } |
214 | 214 | ||
215 | #ifdef CONFIG_OF | 215 | #ifdef CONFIG_OF |
216 | static struct of_device_id mmp_timer_dt_ids[] = { | 216 | static const struct of_device_id mmp_timer_dt_ids[] = { |
217 | { .compatible = "mrvl,mmp-timer", }, | 217 | { .compatible = "mrvl,mmp-timer", }, |
218 | {} | 218 | {} |
219 | }; | 219 | }; |