diff options
Diffstat (limited to 'arch/arm/mach-s3c64xx/mach-crag6410.c')
-rw-r--r-- | arch/arm/mach-s3c64xx/mach-crag6410.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c64xx/mach-crag6410.c b/arch/arm/mach-s3c64xx/mach-crag6410.c index e20bf5835365..607d3f1bb98e 100644 --- a/arch/arm/mach-s3c64xx/mach-crag6410.c +++ b/arch/arm/mach-s3c64xx/mach-crag6410.c | |||
@@ -811,6 +811,7 @@ MACHINE_START(WLF_CRAGG_6410, "Wolfson Cragganmore 6410") | |||
811 | .handle_irq = vic_handle_irq, | 811 | .handle_irq = vic_handle_irq, |
812 | .map_io = crag6410_map_io, | 812 | .map_io = crag6410_map_io, |
813 | .init_machine = crag6410_machine_init, | 813 | .init_machine = crag6410_machine_init, |
814 | .init_late = s3c64xx_init_late, | ||
814 | .timer = &s3c24xx_timer, | 815 | .timer = &s3c24xx_timer, |
815 | .restart = s3c64xx_restart, | 816 | .restart = s3c64xx_restart, |
816 | MACHINE_END | 817 | MACHINE_END |