]> git.sur5r.net Git - u-boot/blobdiff - cpu/arm926ejs/kirkwood/timer.c
Generic udelay() with watchdog support
[u-boot] / cpu / arm926ejs / kirkwood / timer.c
index 817ff4284f230a1315777c348867636eecfb094f..2ec6a93807e9775856c3d42ac42ad8442ef7e7d8 100644 (file)
@@ -125,7 +125,7 @@ void set_timer(ulong t)
        timestamp = t;
 }
 
-void udelay(unsigned long usec)
+void __udelay(unsigned long usec)
 {
        uint current;
        ulong delayticks;