diff options
Diffstat (limited to 'arch/arm/mach-s3c64xx/s3c6400.c')
| -rw-r--r-- | arch/arm/mach-s3c64xx/s3c6400.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/arm/mach-s3c64xx/s3c6400.c b/arch/arm/mach-s3c64xx/s3c6400.c index 51c00f2453c..b1e1571f2f6 100644 --- a/arch/arm/mach-s3c64xx/s3c6400.c +++ b/arch/arm/mach-s3c64xx/s3c6400.c | |||
| @@ -38,7 +38,8 @@ | |||
| 38 | #include <plat/sdhci.h> | 38 | #include <plat/sdhci.h> |
| 39 | #include <plat/iic-core.h> | 39 | #include <plat/iic-core.h> |
| 40 | #include <plat/onenand-core.h> | 40 | #include <plat/onenand-core.h> |
| 41 | #include <plat/s3c6400.h> | 41 | |
| 42 | #include "common.h" | ||
| 42 | 43 | ||
| 43 | void __init s3c6400_map_io(void) | 44 | void __init s3c6400_map_io(void) |
| 44 | { | 45 | { |
| @@ -60,7 +61,7 @@ void __init s3c6400_map_io(void) | |||
| 60 | void __init s3c6400_init_clocks(int xtal) | 61 | void __init s3c6400_init_clocks(int xtal) |
| 61 | { | 62 | { |
| 62 | s3c64xx_register_clocks(xtal, S3C6400_CLKDIV0_ARM_MASK); | 63 | s3c64xx_register_clocks(xtal, S3C6400_CLKDIV0_ARM_MASK); |
| 63 | s3c6400_setup_clocks(); | 64 | s3c64xx_setup_clocks(); |
| 64 | } | 65 | } |
| 65 | 66 | ||
| 66 | void __init s3c6400_init_irq(void) | 67 | void __init s3c6400_init_irq(void) |
