aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s3c64xx/mach-crag6410.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-s3c64xx/mach-crag6410.c')
-rw-r--r--arch/arm/mach-s3c64xx/mach-crag6410.c4
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 799558c15b4e..25d9f0cf9451 100644
--- a/arch/arm/mach-s3c64xx/mach-crag6410.c
+++ b/arch/arm/mach-s3c64xx/mach-crag6410.c
@@ -53,7 +53,6 @@
53 53
54#include <mach/regs-gpio-memport.h> 54#include <mach/regs-gpio-memport.h>
55 55
56#include <plat/s3c6410.h>
57#include <plat/regs-serial.h> 56#include <plat/regs-serial.h>
58#include <plat/regs-fb-v4.h> 57#include <plat/regs-fb-v4.h>
59#include <plat/fb.h> 58#include <plat/fb.h>
@@ -69,6 +68,8 @@
69#include <plat/iic.h> 68#include <plat/iic.h>
70#include <plat/pm.h> 69#include <plat/pm.h>
71 70
71#include "common.h"
72
72/* serial port setup */ 73/* serial port setup */
73 74
74#define UCON (S3C2410_UCON_DEFAULT | S3C2410_UCON_UCLK) 75#define UCON (S3C2410_UCON_DEFAULT | S3C2410_UCON_UCLK)
@@ -749,4 +750,5 @@ MACHINE_START(WLF_CRAGG_6410, "Wolfson Cragganmore 6410")
749 .map_io = crag6410_map_io, 750 .map_io = crag6410_map_io,
750 .init_machine = crag6410_machine_init, 751 .init_machine = crag6410_machine_init,
751 .timer = &s3c24xx_timer, 752 .timer = &s3c24xx_timer,
753 .restart = s3c64xx_restart,
752MACHINE_END 754MACHINE_END