diff options
Diffstat (limited to 'cpu/arm926ejs/omap/timer.c')
| -rw-r--r-- | cpu/arm926ejs/omap/timer.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/cpu/arm926ejs/omap/timer.c b/cpu/arm926ejs/omap/timer.c index 392b158d5..2ac38c40b 100644 --- a/cpu/arm926ejs/omap/timer.c +++ b/cpu/arm926ejs/omap/timer.c @@ -80,7 +80,7 @@ void set_timer (ulong t)  }  /* delay x useconds AND perserve advance timstamp value */ -void udelay (unsigned long usec) +void __udelay (unsigned long usec)  {  	ulong tmo, tmp; |