diff options
Diffstat (limited to 'cpu/pxa/timer.c')
| -rw-r--r-- | cpu/pxa/timer.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/cpu/pxa/timer.c b/cpu/pxa/timer.c index e2df3a57f..8d0f82679 100644 --- a/cpu/pxa/timer.c +++ b/cpu/pxa/timer.c @@ -78,7 +78,7 @@ void set_timer (ulong t)  	/* nop */  } -void udelay (unsigned long usec) +void __udelay (unsigned long usec)  {  	udelay_masked (usec);  } |