diff options
Diffstat (limited to 'arch/arm/mach-s3c24xx/mach-bast.c')
-rw-r--r-- | arch/arm/mach-s3c24xx/mach-bast.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c24xx/mach-bast.c b/arch/arm/mach-s3c24xx/mach-bast.c index 6a30ce7e4aa7..526964c19dd8 100644 --- a/arch/arm/mach-s3c24xx/mach-bast.c +++ b/arch/arm/mach-s3c24xx/mach-bast.c | |||
@@ -612,6 +612,6 @@ MACHINE_START(BAST, "Simtec-BAST") | |||
612 | .map_io = bast_map_io, | 612 | .map_io = bast_map_io, |
613 | .init_irq = s3c24xx_init_irq, | 613 | .init_irq = s3c24xx_init_irq, |
614 | .init_machine = bast_init, | 614 | .init_machine = bast_init, |
615 | .timer = &s3c24xx_timer, | 615 | .init_time = s3c24xx_timer_init, |
616 | .restart = s3c2410_restart, | 616 | .restart = s3c2410_restart, |
617 | MACHINE_END | 617 | MACHINE_END |