]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/cpu/arm920t/s3c24x0/timer.c
Timer: Remove reset_timer() for non-Nios2 arches
[karo-tx-uboot.git] / arch / arm / cpu / arm920t / s3c24x0 / timer.c
index bba06d5f946a6d31094f5c9c175de1551e82d2c9..9c71b807af97611628461bd02c27f4280b2a718c 100644 (file)
@@ -83,12 +83,6 @@ int timer_init(void)
 /*
  * timer without interrupts
  */
-
-void reset_timer(void)
-{
-       reset_timer_masked();
-}
-
 ulong get_timer(ulong base)
 {
        return get_timer_masked() - base;