diff options
Diffstat (limited to 'arch/arm/mach-s3c24xx/mach-h1940.c')
-rw-r--r-- | arch/arm/mach-s3c24xx/mach-h1940.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c24xx/mach-h1940.c b/arch/arm/mach-s3c24xx/mach-h1940.c index b23dd1b106e8..2eb09e27c13c 100644 --- a/arch/arm/mach-s3c24xx/mach-h1940.c +++ b/arch/arm/mach-s3c24xx/mach-h1940.c | |||
@@ -746,6 +746,6 @@ MACHINE_START(H1940, "IPAQ-H1940") | |||
746 | .reserve = h1940_reserve, | 746 | .reserve = h1940_reserve, |
747 | .init_irq = h1940_init_irq, | 747 | .init_irq = h1940_init_irq, |
748 | .init_machine = h1940_init, | 748 | .init_machine = h1940_init, |
749 | .timer = &s3c24xx_timer, | 749 | .init_time = s3c24xx_timer_init, |
750 | .restart = s3c2410_restart, | 750 | .restart = s3c2410_restart, |
751 | MACHINE_END | 751 | MACHINE_END |