diff options
Diffstat (limited to 'cpu/arm920t/at91rm9200/timer.c')
-rw-r--r-- | cpu/arm920t/at91rm9200/timer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/arm920t/at91rm9200/timer.c b/cpu/arm920t/at91rm9200/timer.c index 235d107..9c54bbe 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); } |