]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/arm/cpu/armv7/s5p-common/timer.c
Timer: Remove set_timer completely
[people/ms/u-boot.git] / arch / arm / cpu / armv7 / s5p-common / timer.c
index b750d161417bb891a641aee19afceb4dec078e2a..0b69f0678cf0c0be214b840527278832806a85ea 100644 (file)
@@ -60,11 +60,6 @@ unsigned long get_timer(unsigned long base)
        return get_timer_masked() - base;
 }
 
-void set_timer(unsigned long t)
-{
-       gd->tbl = t;
-}
-
 /* delay x useconds */
 void __udelay(unsigned long usec)
 {