]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - arch/arm/cpu/arm926ejs/kirkwood/timer.c
Timer: Remove reset_timer() for non-Nios2 arches
[karo-tx-uboot.git] / arch / arm / cpu / arm926ejs / kirkwood / timer.c
index e890edbc850930d9faa53486107edd9e8a3b181b..5beb3f530ead6f159d5b1c9a174f8b0dedfd002c 100644 (file)
@@ -112,11 +112,6 @@ ulong get_timer_masked(void)
        return timestamp;
 }
 
-void reset_timer(void)
-{
-       reset_timer_masked();
-}
-
 ulong get_timer(ulong base)
 {
        return get_timer_masked() - base;