ARM: S3C24XX: Remove hw_addr from s3c24xx dma channel declarations
authorHeiko Stuebner <heiko@sntech.de>
Thu, 18 Aug 2011 11:16:56 +0000 (20:16 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Fri, 16 Sep 2011 06:39:43 +0000 (15:39 +0900)
commitead841c2ed986f7cc6a4830e816b0f633f95cf7f
tree867230bdc459dea547c2ceb39fba6c72ad737481
parent93ee7a9340d64f20295aacc3fb6a22b759323280
ARM: S3C24XX: Remove hw_addr from s3c24xx dma channel declarations

According to commit c4806174c516d26bf4a72db1789cfc96e4950d07
(ARM: S3C2412: DMA: Remove I2S FIFO address) the S3C DMA API does not
make use of hw_addr.to/from declared for some of the channels in
mach-s3c24XX/dma.c

Grepping through the kernel also did non reveal any new users of
these properties since the mentioned commit.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/mach-s3c2410/dma.c
arch/arm/mach-s3c2412/dma.c
arch/arm/mach-s3c2440/dma.c
arch/arm/mach-s3c2443/dma.c