]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - arch/sh/lib/time.c
Timer: Remove reset_timer() for non-Nios2 arches
[karo-tx-uboot.git] / arch / sh / lib / time.c
index c4bfc8638c6ce385e9582c035f4abafe9338edd5..c70baedbf1cac8e87f70b0019ce51b35c7c58a7e 100644 (file)
@@ -139,13 +139,6 @@ unsigned long get_timer (unsigned long base)
        return tick_to_time(get_ticks()) - base;
 }
 
-void reset_timer (void)
-{
-       tmu_timer_stop(0);
-       writel(0, TCNT0);
-       tmu_timer_start(0);
-}
-
 unsigned long get_tbclk (void)
 {
        return timer_freq;