]> git.ipfire.org Git - thirdparty/linux.git/blobdiff - arch/arm/mach-at91/at91sam926x_time.c
ARM: delete struct sys_timer
[thirdparty/linux.git] / arch / arm / mach-at91 / at91sam926x_time.c
index f7191e11df27d81b33a86ece30055e2a0ed45434..3a4bc2e1a65e73d3b2187f90f6b84a43e7ec6468 100644 (file)
@@ -224,7 +224,7 @@ static int __init of_at91sam926x_pit_init(void)
 /*
  * Set up both clocksource and clockevent support.
  */
-static void __init at91sam926x_pit_init(void)
+void __init at91sam926x_pit_init(void)
 {
        unsigned long   pit_rate;
        unsigned        bits;
@@ -279,7 +279,3 @@ void __init at91sam926x_ioremap_pit(u32 addr)
        if (!pit_base_addr)
                panic("Impossible to ioremap PIT\n");
 }
-
-struct sys_timer at91sam926x_timer = {
-       .init           = at91sam926x_pit_init,
-};