]> git.sur5r.net Git - u-boot/blobdiff - board/armltd/integrator/timer.c
Generic udelay() with watchdog support
[u-boot] / board / armltd / integrator / timer.c
index 087cf596221fdb46887339b04f203630e05a1f82..7562ffa87d71141fe17cae13d8dbde65fef18ec2 100644 (file)
@@ -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;