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 -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html