Generic udelay() with watchdog support
[pandora-u-boot.git] / cpu / arm920t / s3c24x0 / timer.c
index cd06f6b..fcc6c0c 100644 (file)
@@ -99,7 +99,7 @@ void set_timer(ulong t)
        timestamp = t;
 }
 
-void udelay(unsigned long usec)
+void __udelay (unsigned long usec)
 {
        ulong tmo;
        ulong start = get_ticks();