diff options
Diffstat (limited to 'cpu/arm920t/s3c24x0/speed.c')
| -rw-r--r-- | cpu/arm920t/s3c24x0/speed.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/cpu/arm920t/s3c24x0/speed.c b/cpu/arm920t/s3c24x0/speed.c index 136c7794a..85c73a3ee 100644 --- a/cpu/arm920t/s3c24x0/speed.c +++ b/cpu/arm920t/s3c24x0/speed.c @@ -35,9 +35,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  #define MPLL 0 |