]> git.sur5r.net Git - u-boot/blobdiff - cpu/pxa/timer.c
Generic udelay() with watchdog support
[u-boot] / cpu / pxa / timer.c
index e2df3a57fcbabb90b07ed3a0d6aac60ee3c65a3f..8d0f82679b0a12707ce428d2a9a2bde13e1211a2 100644 (file)
@@ -78,7 +78,7 @@ void set_timer (ulong t)
        /* nop */
 }
 
-void udelay (unsigned long usec)
+void __udelay (unsigned long usec)
 {
        udelay_masked (usec);
 }