diff options
Diffstat (limited to 'arch/arm/mach-s3c64xx/mach-crag6410.c')
-rw-r--r-- | arch/arm/mach-s3c64xx/mach-crag6410.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c64xx/mach-crag6410.c b/arch/arm/mach-s3c64xx/mach-crag6410.c index 988ac2e48f08..f1c848aa4a1e 100644 --- a/arch/arm/mach-s3c64xx/mach-crag6410.c +++ b/arch/arm/mach-s3c64xx/mach-crag6410.c | |||
@@ -51,7 +51,6 @@ | |||
51 | 51 | ||
52 | #include <mach/regs-gpio-memport.h> | 52 | #include <mach/regs-gpio-memport.h> |
53 | 53 | ||
54 | #include <plat/s3c6410.h> | ||
55 | #include <plat/regs-serial.h> | 54 | #include <plat/regs-serial.h> |
56 | #include <plat/regs-fb-v4.h> | 55 | #include <plat/regs-fb-v4.h> |
57 | #include <plat/fb.h> | 56 | #include <plat/fb.h> |
@@ -67,6 +66,8 @@ | |||
67 | #include <plat/iic.h> | 66 | #include <plat/iic.h> |
68 | #include <plat/pm.h> | 67 | #include <plat/pm.h> |
69 | 68 | ||
69 | #include "common.h" | ||
70 | |||
70 | /* serial port setup */ | 71 | /* serial port setup */ |
71 | 72 | ||
72 | #define UCON (S3C2410_UCON_DEFAULT | S3C2410_UCON_UCLK) | 73 | #define UCON (S3C2410_UCON_DEFAULT | S3C2410_UCON_UCLK) |
@@ -716,4 +717,5 @@ MACHINE_START(WLF_CRAGG_6410, "Wolfson Cragganmore 6410") | |||
716 | .map_io = crag6410_map_io, | 717 | .map_io = crag6410_map_io, |
717 | .init_machine = crag6410_machine_init, | 718 | .init_machine = crag6410_machine_init, |
718 | .timer = &s3c24xx_timer, | 719 | .timer = &s3c24xx_timer, |
720 | .restart = s3c64xx_restart, | ||
719 | MACHINE_END | 721 | MACHINE_END |