summaryrefslogtreecommitdiff
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.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/board/armltd/integrator/timer.c b/board/armltd/integrator/timer.c
index 3063884014..53086c7a83 100644
--- a/board/armltd/integrator/timer.c
+++ b/board/armltd/integrator/timer.c
@@ -138,12 +138,6 @@ ulong get_timer_masked (void)
return timestamp;
}
-/* waits specified delay value and resets timestamp */
-void udelay_masked (unsigned long usec)
-{
- udelay(usec);
-}
-
/*
* This function is derived from PowerPC code (read timebase as long long).
* On ARM it just returns the timer value.