Remove hw_addr dma leftovers from S3C24xx machs
From: Heiko Stuebner <heiko@...> Date: Wed, 10 Aug 2011 11:41:46 +0200
While trying to sort the dma for s3c2416 I stumbled open the hw_addr declarations in the other dma.c files. It took me a while to figure out that they seem to be some sort of leftover, i.e. they are used in dma-pl080.c of the old Samsung kernels based on 2.6.21 but nowhere in current kernels. Therefore I think removing this stuff is appropriate. The patches apply against current linux-next and are compile-tested against s3c2410_defconfig and mini2440_defconfig. Heiko Stuebner (2): Remove hw_addr from s3c24XX dma channel declarations Remove s3c24xx_dma_addr definition arch/arm/mach-s3c2410/dma.c | 14 ----------- arch/arm/mach-s3c2412/dma.c | 18 -------------- arch/arm/mach-s3c2440/dma.c | 17 ------------- arch/arm/mach-s3c2443/dma.c | 27 ---------------------- arch/arm/plat-samsung/include/plat/dma-s3c24xx.h | 6 ----- 5 files changed, 0 insertions(+), 82 deletions(-) -- 1.7.5.4
Patches in this set
- [0001] Remove hw_addr from s3c24XX dma channel declarations (raw)
- [0002] Remove s3c24xx_dma_addr definition (raw)
Statistics
- 2 individual patches
- 0 lines added
- 82 lines removed