Fixes for breakage resulting from syscore_ops patch on s3c24xx
From: Heiko Stuebner <heiko@...> Date: Thu, 2 Jun 2011 12:54:57 +0200
The syscore_ops patch from Rafael J. Wysocki introduced some small glitches for the S3C24XX cpus resulting in compile errors. Changes since v1: add missing Signed-off-by lines Changes since v2: fix mangled tabs Heiko Stuebner (3): Fix missing struct for s3c2410_dma_chan in s3c2410_dma_suspend_chan Move s3c24xx_irq_syscore_ops to plat-s3c24xx/irq.c remove the now empty mach-s3c2410/irq.c arch/arm/mach-s3c2410/Makefile | 1 - arch/arm/mach-s3c2410/irq.c | 34 ---------------------------------- arch/arm/plat-s3c24xx/dma.c | 2 +- arch/arm/plat-s3c24xx/irq.c | 6 ++++++ 4 files changed, 7 insertions(+), 36 deletions(-) delete mode 100644 arch/arm/mach-s3c2410/irq.c
Patches in this set
- [0001] Fix missing struct for s3c2410_dma_chan in s3c2410_dma_suspend_chan (raw)
- [0002] Move s3c24xx_irq_syscore_ops to plat-s3c24xx/irq.c (raw)
- [0003] remove the now empty mach-s3c2410/irq.c (raw)
Statistics
- 3 individual patches
- 7 lines added
- 36 lines removed