]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/cpu/sa1100/timer.c
Timer: Remove reset_timer() for non-Nios2 arches
[karo-tx-uboot.git] / arch / arm / cpu / sa1100 / timer.c
index 10ad964ed8201ba7ee629c592b17ff770e255436..694c03ab17848acd6b053cddb089bfb0117be34b 100644 (file)
@@ -34,11 +34,6 @@ int timer_init (void)
        return 0;
 }
 
-void reset_timer (void)
-{
-       reset_timer_masked ();
-}
-
 ulong get_timer (ulong base)
 {
        return get_timer_masked ();