ARM / Samsung: Use struct syscore_ops for "core" power management
[firefly-linux-kernel-4.4.55.git] / arch / arm / mach-s3c2416 / irq.c
index 77b38f2381c1ac3fd1aa159646e0e93501ede996..28ad20d42445bcf6107507a58546e6b3eafb22eb 100644 (file)
@@ -236,8 +236,6 @@ static int __init s3c2416_irq_add(struct sys_device *sysdev)
 
 static struct sysdev_driver s3c2416_irq_driver = {
        .add            = s3c2416_irq_add,
-       .suspend        = s3c24xx_irq_suspend,
-       .resume         = s3c24xx_irq_resume,
 };
 
 static int __init s3c2416_irq_init(void)