]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/cpu/arm920t/at91rm9200/timer.c
omap4: clock init support for omap4460
[karo-tx-uboot.git] / arch / arm / cpu / arm920t / at91rm9200 / timer.c
index 9a1ae8569e15c1d92a3f75f0bc9b43e66d6129ea..fbe74b68cda32ec5a01a5165f5c579075fd01822 100644 (file)
@@ -81,13 +81,6 @@ void __udelay (unsigned long usec)
        udelay_masked(usec);
 }
 
-void reset_timer_masked (void)
-{
-       /* reset time */
-       lastinc = READ_TIMER;
-       timestamp = 0;
-}
-
 ulong get_timer_raw (void)
 {
        ulong now = READ_TIMER;