summaryrefslogtreecommitdiffstats
path: root/cpu/arm920t/s3c24x0/timer.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/arm920t/s3c24x0/timer.c')
-rw-r--r--cpu/arm920t/s3c24x0/timer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/arm920t/s3c24x0/timer.c b/cpu/arm920t/s3c24x0/timer.c
index cd06f6b580..fcc6c0cb1b 100644
--- a/cpu/arm920t/s3c24x0/timer.c
+++ b/cpu/arm920t/s3c24x0/timer.c
@@ -99,7 +99,7 @@ void set_timer(ulong t)
timestamp = t;
}
-void udelay(unsigned long usec)
+void __udelay (unsigned long usec)
{
ulong tmo;
ulong start = get_ticks();
OpenPOWER on IntegriCloud