]> git.sur5r.net Git - u-boot/blobdiff - cpu/arm920t/ks8695/timer.c
Generic udelay() with watchdog support
[u-boot] / cpu / arm920t / ks8695 / timer.c
index 22987bc48bec43bc08a00235d608be30dfccc723..886e370596287310dc411a5d1d47bf62412c320b 100644 (file)
@@ -81,7 +81,7 @@ void set_timer(ulong t)
        timer_ticks = t;
 }
 
-void udelay(ulong usec)
+void __udelay(ulong usec)
 {
        ulong start = get_timer_masked();
        ulong end;