ARM: S3C2412: DMA: Remove I2S FIFO address
authorJassi Brar <jassi.brar@samsung.com>
Fri, 7 May 2010 01:21:39 +0000 (10:21 +0900)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Fri, 7 May 2010 15:35:44 +0000 (16:35 +0100)
The S3C DMA API doesn't make use of hw_addr.to/from and also
the FIFO addresses are provided from the I2S drivers. So these
fields are redundant.
This patch removes the hw_addr.to/from fields for I2S and the
inclusion of header, paving way for the header to be moved closer
to the I2S controller drivers.

Signed-off-by: Jassi Brar <jassi.brar@samsung.com>
Acked-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>

No differences found