aboutsummaryrefslogtreecommitdiff
path: root/cpu/arm926ejs/versatile/timer.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/arm926ejs/versatile/timer.c')
-rwxr-xr-xcpu/arm926ejs/versatile/timer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/arm926ejs/versatile/timer.c b/cpu/arm926ejs/versatile/timer.c
index 50c13350a..563db3654 100755
--- a/cpu/arm926ejs/versatile/timer.c
+++ b/cpu/arm926ejs/versatile/timer.c
@@ -109,7 +109,7 @@ void set_timer (ulong t)
}
/* delay x useconds AND perserve advance timstamp value */
-void udelay (unsigned long usec)
+void __udelay (unsigned long usec)
{
ulong tmo, tmp;