diff options
Diffstat (limited to 'board/armltd/integrator')
-rw-r--r-- | board/armltd/integrator/timer.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/board/armltd/integrator/timer.c b/board/armltd/integrator/timer.c index 7562ffa87d..5406066d15 100644 --- a/board/armltd/integrator/timer.c +++ b/board/armltd/integrator/timer.c @@ -117,12 +117,6 @@ ulong get_timer (ulong base_ticks) return get_timer_masked () - base_ticks; } -void set_timer (ulong ticks) -{ - timestamp = ticks; - total_count = ticks * div_timer; -} - /* delay usec useconds */ void __udelay (unsigned long usec) { |