summaryrefslogtreecommitdiffstats
path: root/cpu/arm1176/s3c64xx/timer.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/arm1176/s3c64xx/timer.c')
-rw-r--r--cpu/arm1176/s3c64xx/timer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/arm1176/s3c64xx/timer.c b/cpu/arm1176/s3c64xx/timer.c
index 85ce9cd998..9768319efa 100644
--- a/cpu/arm1176/s3c64xx/timer.c
+++ b/cpu/arm1176/s3c64xx/timer.c
@@ -164,7 +164,7 @@ void set_timer(ulong t)
timestamp = t * (timer_load_val / (100 * CONFIG_SYS_HZ));
}
-void udelay(unsigned long usec)
+void __udelay(unsigned long usec)
{
unsigned long long tmp;
ulong tmo;
OpenPOWER on IntegriCloud