diff options
Diffstat (limited to 'arch/arm/mach-ux500/timer.c')
-rw-r--r-- | arch/arm/mach-ux500/timer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-ux500/timer.c b/arch/arm/mach-ux500/timer.c index 87efda0aa348..ff28d8ad1ed7 100644 --- a/arch/arm/mach-ux500/timer.c +++ b/arch/arm/mach-ux500/timer.c | |||
@@ -16,7 +16,7 @@ | |||
16 | #include "db8500-regs.h" | 16 | #include "db8500-regs.h" |
17 | #include "id.h" | 17 | #include "id.h" |
18 | 18 | ||
19 | const static struct of_device_id prcmu_timer_of_match[] __initconst = { | 19 | static const struct of_device_id prcmu_timer_of_match[] __initconst = { |
20 | { .compatible = "stericsson,db8500-prcmu-timer-4", }, | 20 | { .compatible = "stericsson,db8500-prcmu-timer-4", }, |
21 | { }, | 21 | { }, |
22 | }; | 22 | }; |