]> git.sur5r.net Git - u-boot/blobdiff - cpu/arm1176/s3c64xx/timer.c
Merge branch 'master' into next
[u-boot] / cpu / arm1176 / s3c64xx / timer.c
index 22a5b77701f886c7803bcf08c9aa5f5e76522b43..9768319efa07992375a03eafeec80bcbe30b4eec 100644 (file)
@@ -40,7 +40,7 @@
 
 #include <common.h>
 #include <asm/proc-armv/ptrace.h>
-#include <s3c6400.h>
+#include <asm/arch/s3c6400.h>
 #include <div64.h>
 
 static ulong timer_load_val;
@@ -164,7 +164,7 @@ void set_timer(ulong t)
        timestamp = t * (timer_load_val / (100 * CONFIG_SYS_HZ));
 }
 
-void udelay(unsigned long usec)
+void __udelay(unsigned long usec)
 {
        unsigned long long tmp;
        ulong tmo;