]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/sh/kernel/timers/timer.c
Pull osi-now into release branch
[linux-2.6-omap-h63xx.git] / arch / sh / kernel / timers / timer.c
index dc1f631053a8175744e03e63979a9cf67618d77e..4e7e747d1b696c59a16016cb42aedbe516ae734b 100644 (file)
 #include <linux/string.h>
 #include <asm/timer.h>
 
-static struct sys_timer *sys_timers[] __initdata = {
+static struct sys_timer *sys_timers[] = {
 #ifdef CONFIG_SH_TMU
        &tmu_timer,
+#endif
+#ifdef CONFIG_SH_MTU2
+       &mtu2_timer,
+#endif
+#ifdef CONFIG_SH_CMT
+       &cmt_timer,
 #endif
        NULL,
 };
 
-static char timer_override[10] __initdata;
+static char timer_override[10];
 static int __init timer_setup(char *str)
 {
        if (str)
@@ -47,4 +53,3 @@ struct sys_timer *get_sys_timer(void)
 
        return NULL;
 }
-