summaryrefslogtreecommitdiffstats
path: root/cpu/arm1136/omap24xx/timer.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/arm1136/omap24xx/timer.c')
-rw-r--r--cpu/arm1136/omap24xx/timer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/arm1136/omap24xx/timer.c b/cpu/arm1136/omap24xx/timer.c
index 8dd8d7b008..67547490fd 100644
--- a/cpu/arm1136/omap24xx/timer.c
+++ b/cpu/arm1136/omap24xx/timer.c
@@ -74,7 +74,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;
OpenPOWER on IntegriCloud