X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Farmltd%2Fintegrator%2Ftimer.c;h=7562ffa87d71141fe17cae13d8dbde65fef18ec2;hb=3eb90bad651fab39cffba750ec4421a9c01d60e7;hp=087cf596221fdb46887339b04f203630e05a1f82;hpb=1c409bc7101a24ecd47a13a4e851845d66dc23ce;p=u-boot diff --git a/board/armltd/integrator/timer.c b/board/armltd/integrator/timer.c index 087cf59622..7562ffa87d 100644 --- a/board/armltd/integrator/timer.c +++ b/board/armltd/integrator/timer.c @@ -124,7 +124,7 @@ void set_timer (ulong ticks) } /* delay usec useconds */ -void udelay (unsigned long usec) +void __udelay (unsigned long usec) { ulong tmo, tmp;