summaryrefslogtreecommitdiffstats
path: root/cpu/arm926ejs/nomadik/timer.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/arm926ejs/nomadik/timer.c')
-rw-r--r--cpu/arm926ejs/nomadik/timer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/arm926ejs/nomadik/timer.c b/cpu/arm926ejs/nomadik/timer.c
index 16067c900a..047b9e3513 100644
--- a/cpu/arm926ejs/nomadik/timer.c
+++ b/cpu/arm926ejs/nomadik/timer.c
@@ -59,7 +59,7 @@ ulong get_timer(ulong base)
}
/* Delay x useconds */
-void udelay(unsigned long usec)
+void __udelay(unsigned long usec)
{
ulong ini, end;
OpenPOWER on IntegriCloud