X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=cpu%2Farm926ejs%2Fdavinci%2Ftimer.c;h=9da7443f30b5fea4df134a932ac49739f6c9e1ee;hb=8f0fec74ac6d0f3a7134ccebafa1ed9bd8c712ba;hp=7c2c208253c0510d9b5bc9f87eefaf2a6ac70839;hpb=57bf140ac66f95c9c36c494e4d027551b5477b01;p=oweals%2Fu-boot.git diff --git a/cpu/arm926ejs/davinci/timer.c b/cpu/arm926ejs/davinci/timer.c index 7c2c208253..9da7443f30 100644 --- a/cpu/arm926ejs/davinci/timer.c +++ b/cpu/arm926ejs/davinci/timer.c @@ -112,7 +112,7 @@ void set_timer(ulong t) timestamp = t; } -void udelay(unsigned long usec) +void __udelay(unsigned long usec) { ulong tmo; ulong endtime;