ARM: S3C24XX: add support for second irq set of S3C2416
[deliverable/linux.git] / arch / arm / mach-s3c24xx / s3c2416.c
index 0e9a71c90ed7343f86ed077d820926b8f2b03741..ed5a95ece9eb2d365b7152cdb4bd5cfe508e672b 100644 (file)
@@ -43,6 +43,7 @@
 #include <mach/hardware.h>
 #include <asm/proc-fns.h>
 #include <asm/irq.h>
+#include <asm/system_misc.h>
 
 #include <mach/regs-s3c2443-clock.h>
 
@@ -105,6 +106,7 @@ int __init s3c2416_init(void)
        register_syscore_ops(&s3c2416_pm_syscore_ops);
 #endif
        register_syscore_ops(&s3c24xx_irq_syscore_ops);
+       register_syscore_ops(&s3c2416_irq_syscore_ops);
 
        return device_register(&s3c2416_dev);
 }
This page took 0.065375 seconds and 5 git commands to generate.