]> git.sur5r.net Git - u-boot/blobdiff - cpu/lh7a40x/timer.c
Merge branch 'master' into next
[u-boot] / cpu / lh7a40x / timer.c
index f9b5be01042d84a6f4b3a01cf8ea4c25fa4a31ce..2691315d84f71c84dbed5a895b6b76770ff19e2e 100644 (file)
@@ -90,7 +90,7 @@ void set_timer (ulong t)
        timestamp = t;
 }
 
-void udelay (unsigned long usec)
+void __udelay (unsigned long usec)
 {
        ulong tmo,tmp;