aboutsummaryrefslogtreecommitdiff
path: root/board/armltd/integrator/timer.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/armltd/integrator/timer.c')
-rw-r--r--board/armltd/integrator/timer.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/board/armltd/integrator/timer.c b/board/armltd/integrator/timer.c
index 5406066d1..6734e8db3 100644
--- a/board/armltd/integrator/timer.c
+++ b/board/armltd/integrator/timer.c
@@ -107,11 +107,6 @@ int timer_init (void)
/*
* timer without interrupts
*/
-void reset_timer (void)
-{
- reset_timer_masked ();
-}
-
ulong get_timer (ulong base_ticks)
{
return get_timer_masked () - base_ticks;