From 4769be21cca65f1e7bef27bc024d886842bc6bad Mon Sep 17 00:00:00 2001 From: Graeme Russ Date: Fri, 15 Jul 2011 02:19:44 +0000 Subject: Timer: Remove reset_timer() for non-Nios2 arches --- board/armltd/integrator/timer.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'board/armltd/integrator') diff --git a/board/armltd/integrator/timer.c b/board/armltd/integrator/timer.c index 5406066..6734e8d 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; -- cgit v1.1