Generic udelay() with watchdog support
[pandora-u-boot.git] / cpu / arm1136 / omap24xx / timer.c
index 8dd8d7b..6754749 100644 (file)
@@ -74,7 +74,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;