diff options
author | Heiko Stuebner <heiko@sntech.de> | 2011-06-02 12:57:41 +0200 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2011-06-03 18:36:52 -0700 |
commit | de11c5852811665e581ef0b915bb478f38b92fb1 (patch) | |
tree | 8bede5f9fa3d72e1724ba2100bc6e8e43c4d3dbf /arch/arm/mach-s3c2410 | |
parent | e4698188444a639ac9a3cfb3e06006dd1d4e7fcc (diff) |
ARM: S3C24XX: Move s3c24xx_irq_syscore_ops to plat-s3c24xx/irq.c
s3c24xx_irq_syscore_ops was only defined for s3c2410 cpus leading
to compile errors on for example 2412 and 2416.
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s3c2410')
-rw-r--r-- | arch/arm/mach-s3c2410/irq.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/mach-s3c2410/irq.c b/arch/arm/mach-s3c2410/irq.c index 2854129f8cc..442869578fd 100644 --- a/arch/arm/mach-s3c2410/irq.c +++ b/arch/arm/mach-s3c2410/irq.c @@ -27,8 +27,3 @@ #include <plat/cpu.h> #include <plat/pm.h> - -struct syscore_ops s3c24xx_irq_syscore_ops = { - .suspend = s3c24xx_irq_suspend, - .resume = s3c24xx_irq_resume, -}; |