diff options
Diffstat (limited to 'arch/arm/mach-s3c24xx/mach-anubis.c')
-rw-r--r-- | arch/arm/mach-s3c24xx/mach-anubis.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c24xx/mach-anubis.c b/arch/arm/mach-s3c24xx/mach-anubis.c index 9e0f74515bb1..60c72c54c21e 100644 --- a/arch/arm/mach-s3c24xx/mach-anubis.c +++ b/arch/arm/mach-s3c24xx/mach-anubis.c | |||
@@ -488,5 +488,5 @@ MACHINE_START(ANUBIS, "Simtec-Anubis") | |||
488 | .init_machine = anubis_init, | 488 | .init_machine = anubis_init, |
489 | .init_irq = s3c24xx_init_irq, | 489 | .init_irq = s3c24xx_init_irq, |
490 | .timer = &s3c24xx_timer, | 490 | .timer = &s3c24xx_timer, |
491 | .restart = s3c2440_restart, | 491 | .restart = s3c244x_restart, |
492 | MACHINE_END | 492 | MACHINE_END |