diff options
Diffstat (limited to 'arch/arm/mach-s3c64xx/mach-crag6410.c')
-rw-r--r-- | arch/arm/mach-s3c64xx/mach-crag6410.c | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/arch/arm/mach-s3c64xx/mach-crag6410.c b/arch/arm/mach-s3c64xx/mach-crag6410.c index bf6311a28f3d..1acf02bace57 100644 --- a/arch/arm/mach-s3c64xx/mach-crag6410.c +++ b/arch/arm/mach-s3c64xx/mach-crag6410.c | |||
@@ -42,7 +42,6 @@ | |||
42 | 42 | ||
43 | #include <sound/wm1250-ev1.h> | 43 | #include <sound/wm1250-ev1.h> |
44 | 44 | ||
45 | #include <asm/hardware/vic.h> | ||
46 | #include <asm/mach/arch.h> | 45 | #include <asm/mach/arch.h> |
47 | #include <asm/mach-types.h> | 46 | #include <asm/mach-types.h> |
48 | 47 | ||
@@ -50,12 +49,7 @@ | |||
50 | #include <mach/hardware.h> | 49 | #include <mach/hardware.h> |
51 | #include <mach/map.h> | 50 | #include <mach/map.h> |
52 | 51 | ||
53 | #include <mach/regs-sys.h> | ||
54 | #include <mach/regs-gpio.h> | 52 | #include <mach/regs-gpio.h> |
55 | #include <mach/regs-modem.h> | ||
56 | #include <mach/crag6410.h> | ||
57 | |||
58 | #include <mach/regs-gpio-memport.h> | ||
59 | 53 | ||
60 | #include <plat/regs-serial.h> | 54 | #include <plat/regs-serial.h> |
61 | #include <plat/fb.h> | 55 | #include <plat/fb.h> |
@@ -72,6 +66,10 @@ | |||
72 | #include <plat/pm.h> | 66 | #include <plat/pm.h> |
73 | 67 | ||
74 | #include "common.h" | 68 | #include "common.h" |
69 | #include "crag6410.h" | ||
70 | #include "regs-gpio-memport.h" | ||
71 | #include "regs-modem.h" | ||
72 | #include "regs-sys.h" | ||
75 | 73 | ||
76 | /* serial port setup */ | 74 | /* serial port setup */ |
77 | 75 | ||
@@ -867,10 +865,9 @@ MACHINE_START(WLF_CRAGG_6410, "Wolfson Cragganmore 6410") | |||
867 | /* Maintainer: Mark Brown <broonie@opensource.wolfsonmicro.com> */ | 865 | /* Maintainer: Mark Brown <broonie@opensource.wolfsonmicro.com> */ |
868 | .atag_offset = 0x100, | 866 | .atag_offset = 0x100, |
869 | .init_irq = s3c6410_init_irq, | 867 | .init_irq = s3c6410_init_irq, |
870 | .handle_irq = vic_handle_irq, | ||
871 | .map_io = crag6410_map_io, | 868 | .map_io = crag6410_map_io, |
872 | .init_machine = crag6410_machine_init, | 869 | .init_machine = crag6410_machine_init, |
873 | .init_late = s3c64xx_init_late, | 870 | .init_late = s3c64xx_init_late, |
874 | .timer = &s3c24xx_timer, | 871 | .init_time = s3c24xx_timer_init, |
875 | .restart = s3c64xx_restart, | 872 | .restart = s3c64xx_restart, |
876 | MACHINE_END | 873 | MACHINE_END |