diff options
Diffstat (limited to 'cpu/lh7a40x/timer.c')
-rw-r--r-- | cpu/lh7a40x/timer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/lh7a40x/timer.c b/cpu/lh7a40x/timer.c index f9b5be0..2691315 100644 --- a/cpu/lh7a40x/timer.c +++ b/cpu/lh7a40x/timer.c @@ -90,7 +90,7 @@ void set_timer (ulong t) timestamp = t; } -void udelay (unsigned long usec) +void __udelay (unsigned long usec) { ulong tmo,tmp; |