diff options
Diffstat (limited to 'arch/arm/mach-s3c64xx/mach-hmt.c')
-rw-r--r-- | arch/arm/mach-s3c64xx/mach-hmt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c64xx/mach-hmt.c b/arch/arm/mach-s3c64xx/mach-hmt.c index 2b144893ddc4..7e8605d98142 100644 --- a/arch/arm/mach-s3c64xx/mach-hmt.c +++ b/arch/arm/mach-s3c64xx/mach-hmt.c | |||
@@ -277,6 +277,6 @@ MACHINE_START(HMT, "Airgoo-HMT") | |||
277 | .map_io = hmt_map_io, | 277 | .map_io = hmt_map_io, |
278 | .init_machine = hmt_machine_init, | 278 | .init_machine = hmt_machine_init, |
279 | .init_late = s3c64xx_init_late, | 279 | .init_late = s3c64xx_init_late, |
280 | .timer = &s3c24xx_timer, | 280 | .init_time = s3c24xx_timer_init, |
281 | .restart = s3c64xx_restart, | 281 | .restart = s3c64xx_restart, |
282 | MACHINE_END | 282 | MACHINE_END |