]> git.sur5r.net Git - u-boot/blobdiff - cpu/arm_cortexa8/s5pc1xx/timer.c
Merge branch 'master' into next
[u-boot] / cpu / arm_cortexa8 / s5pc1xx / timer.c
index cdba5d934279f65af2ff597f5c42507658254bf9..c5df5c5ab53b7a641c64c33252d142cf66560a02 100644 (file)
@@ -115,7 +115,7 @@ void set_timer(unsigned long t)
 }
 
 /* delay x useconds */
-void udelay(unsigned long usec)
+void __udelay(unsigned long usec)
 {
        unsigned long tmo, tmp;