diff options
Diffstat (limited to 'cpu/arm926ejs/kirkwood/timer.c')
| -rw-r--r-- | cpu/arm926ejs/kirkwood/timer.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/cpu/arm926ejs/kirkwood/timer.c b/cpu/arm926ejs/kirkwood/timer.c index 817ff4284..2ec6a9380 100644 --- a/cpu/arm926ejs/kirkwood/timer.c +++ b/cpu/arm926ejs/kirkwood/timer.c @@ -125,7 +125,7 @@ void set_timer(ulong t)  	timestamp = t;  } -void udelay(unsigned long usec) +void __udelay(unsigned long usec)  {  	uint current;  	ulong delayticks; |