]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - cpu/arm920t/s3c24x0/timer.c
Move s3c24x0 header files to asm-arm/arch-s3c24x0/
[karo-tx-uboot.git] / cpu / arm920t / s3c24x0 / timer.c
index 20cedd463967f2339736d110d50874541a5dbb56..2667da6e84bd205e70a8941d67eb453021be4f3e 100644 (file)
@@ -37,9 +37,9 @@
 #include <asm/io.h>
 
 #if defined(CONFIG_S3C2400)
-#include <s3c2400.h>
+#include <asm/arch/s3c2400.h>
 #elif defined(CONFIG_S3C2410)
-#include <s3c2410.h>
+#include <asm/arch/s3c2410.h>
 #endif
 
 int timer_load_val = 0;