Pull button into test branch
[linux-drm-fsl-dcu.git] / arch / sh / kernel / timers / timer.c
index dc1f631053a8175744e03e63979a9cf67618d77e..a6bcc913d25e8687f96ad783220fbdfaa64f111b 100644 (file)
 static struct sys_timer *sys_timers[] __initdata = {
 #ifdef CONFIG_SH_TMU
        &tmu_timer,
+#endif
+#ifdef CONFIG_SH_MTU2
+       &mtu2_timer,
+#endif
+#ifdef CONFIG_SH_CMT
+       &cmt_timer,
 #endif
        NULL,
 };