commit | 47e801bec360e69e4b087a141d015b318e1b0212 | [log] [tgz] |
---|---|---|
author | Minkyu Kang <mk7.kang@samsung.com> | Wed Nov 04 16:07:59 2009 +0900 |
committer | Tom Rix <Tom.Rix@windriver.com> | Fri Nov 27 16:26:13 2009 -0600 |
tree | c12191a7712940d35c94d71c4968508ccb0bae20 | |
parent | 492fb1fdbcdd5e21be0b6742c15f76c648f0653b [diff] [blame] |
s3c64xx: move s3c64xx header files to asm-arm/arch-s3c64xx This patch moves the s3c64xx header files from include/ to include/asm-arm/arch-s3c64xx Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
diff --git a/cpu/arm1176/s3c64xx/speed.c b/cpu/arm1176/s3c64xx/speed.c index 5c335a5..11962ac 100644 --- a/cpu/arm1176/s3c64xx/speed.c +++ b/cpu/arm1176/s3c64xx/speed.c
@@ -31,7 +31,7 @@ */ #include <common.h> -#include <s3c6400.h> +#include <asm/arch/s3c6400.h> #define APLL 0 #define MPLL 1