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