]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - arch/arm/cpu/arm926ejs/armada100/timer.c
Timer: Remove reset_timer() for non-Nios2 arches
[karo-tx-uboot.git] / arch / arm / cpu / arm926ejs / armada100 / timer.c
index eb4923463d47e1859c18065c73474f0aea9fb214..86da0ce5b0c9bd0657a3d8624ea6f334f3d4e8f2 100644 (file)
@@ -100,11 +100,6 @@ ulong get_timer_masked(void)
        return gd->tbu;
 }
 
-void reset_timer(void)
-{
-       reset_timer_masked();
-}
-
 ulong get_timer(ulong base)
 {
        return ((get_timer_masked() / (CONFIG_SYS_HZ_CLOCK / 1000)) -