]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/rtc/s3c24x0_rtc.c
Move s3c24x0 header files to asm-arm/arch-s3c24x0/
[karo-tx-uboot.git] / drivers / rtc / s3c24x0_rtc.c
index 1ce34e38df3cf47b2f4341eb113a38778e284171..2d78f93aec8578c972461336e811e6c4514e95dd 100644 (file)
@@ -31,9 +31,9 @@
 #if (defined(CONFIG_CMD_DATE))
 
 #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
 
 #include <rtc.h>