ARM: S3C24XX: Move irq syscore-ops to irq-pm
authorHeiko Stuebner <heiko@sntech.de>
Tue, 29 Jan 2013 18:25:22 +0000 (10:25 -0800)
committerKukjin Kim <kgene.kim@samsung.com>
Sun, 3 Feb 2013 23:52:39 +0000 (15:52 -0800)
commitd8fdec168542971f6ffbf0883c8be2e9bbb22ca6
tree93220f10f43ce2ab28ace67e3628554f0e07661f
parent1f629b7a3ced8e73784a9ae3b0d9039496878f18
ARM: S3C24XX: Move irq syscore-ops to irq-pm

With this the definition of s3c24xx_irq_syscore_ops can also move to
common.h from plat/pm.h and the definitions of s3c24xx_irq_suspend
and s3c24xx_irq_resume are also not necessary anymore in plat/pm.h

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/mach-s3c24xx/common.h
arch/arm/mach-s3c24xx/irq-pm.c
arch/arm/mach-s3c24xx/s3c2410.c
arch/arm/mach-s3c24xx/s3c2412.c
arch/arm/mach-s3c24xx/s3c2416.c
arch/arm/mach-s3c24xx/s3c2440.c
arch/arm/mach-s3c24xx/s3c2442.c
arch/arm/plat-s3c24xx/irq.c
arch/arm/plat-samsung/include/plat/pm.h
This page took 0.035728 seconds and 5 git commands to generate.