OSDN Git Service

ARM: remove duplicate 'const' annotations'
[uclinux-h8/linux.git] / arch / arm / mach-spear / time.c
index 4878ba9..289e036 100644 (file)
@@ -204,7 +204,7 @@ static void __init spear_clockevent_init(int irq)
        setup_irq(irq, &spear_timer_irq);
 }
 
-static const struct of_device_id const timer_of_match[] __initconst = {
+static const struct of_device_id timer_of_match[] __initconst = {
        { .compatible = "st,spear-timer", },
        { },
 };