]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/cpu/arm926ejs/mx25/timer.c
Timer: Remove reset_timer() for non-Nios2 arches
[u-boot] / arch / arm / cpu / arm926ejs / mx25 / timer.c
index 16159ea46e66c8f6e10a6ff114a619ba262fa5c5..0e479ac17fed049299013146671deaeaba4c49c8 100644 (file)
@@ -130,11 +130,6 @@ void reset_timer_masked(void)
        timestamp = 0; /* start "advancing" time stamp from 0 */
 }
 
-void reset_timer(void)
-{
-       reset_timer_masked();
-}
-
 unsigned long long get_ticks (void)
 {
        struct gpt_regs *gpt = (struct gpt_regs *)IMX_GPT1_BASE;