]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/cpu/arm1176/s3c64xx/timer.c
spi: mxc_spi: Set master mode for all channels
[karo-tx-uboot.git] / arch / arm / cpu / arm1176 / s3c64xx / timer.c
index 8e540604c71d911e62080303e0394fbf2566b62f..f16a37b53cab69d793bbdb836aed94181f623ef3 100644 (file)
@@ -135,18 +135,6 @@ ulong get_tbclk(void)
        return (ulong)(timer_load_val / 100);
 }
 
-void reset_timer_masked(void)
-{
-       /* reset time */
-       lastdec = read_timer();
-       timestamp = 0;
-}
-
-void reset_timer(void)
-{
-       reset_timer_masked();
-}
-
 ulong get_timer_masked(void)
 {
        unsigned long long res = get_ticks();