]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - arch/arm/mach-s3c2410/mach-smdk2410.c
ARM: 7265/1: restart: S3C24XX: use new restart hook
[mirror_ubuntu-zesty-kernel.git] / arch / arm / mach-s3c2410 / mach-smdk2410.c
index 99c9dfdb71c718ae34adab00378826b41db6b401..bdc27e772876c6888114cec46fc1f1be3bf5abe0 100644 (file)
@@ -54,6 +54,8 @@
 
 #include <plat/common-smdk.h>
 
+#include "common.h"
+
 static struct map_desc smdk2410_iodesc[] __initdata = {
   /* nothing here yet */
 };
@@ -116,6 +118,5 @@ MACHINE_START(SMDK2410, "SMDK2410") /* @TODO: request a new identifier and switc
        .init_irq       = s3c24xx_init_irq,
        .init_machine   = smdk2410_init,
        .timer          = &s3c24xx_timer,
+       .restart        = s3c2410_restart,
 MACHINE_END
-
-