diff options
Diffstat (limited to 'cpu/arm920t/ks8695')
-rw-r--r-- | cpu/arm920t/ks8695/timer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/arm920t/ks8695/timer.c b/cpu/arm920t/ks8695/timer.c index 22987bc..886e370 100644 --- a/cpu/arm920t/ks8695/timer.c +++ b/cpu/arm920t/ks8695/timer.c @@ -81,7 +81,7 @@ void set_timer(ulong t) timer_ticks = t; } -void udelay(ulong usec) +void __udelay(ulong usec) { ulong start = get_timer_masked(); ulong end; |