]> 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 bc21f86bc36c7a5b84ff9ef634a5d63c24f1450f..f16a37b53cab69d793bbdb836aed94181f623ef3 100644 (file)
@@ -135,13 +135,6 @@ ulong get_tbclk(void)
        return (ulong)(timer_load_val / 100);
 }
 
-void reset_timer_masked(void)
-{
-       /* reset time */
-       lastdec = read_timer();
-       timestamp = 0;
-}
-
 ulong get_timer_masked(void)
 {
        unsigned long long res = get_ticks();