dmaengine: imx-dma: remove data member from internal structure.

Internal structure is just an auxiliary structure used for the initial
merge which is meant to be gone. As data member is not use anywhere
we can simply remove it.

Signed-off-by: Javier Martin <javier.martin@vista-silicon.com>
Acked-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Vinod Koul <vinod.koul@linux.intel.com>
This commit is contained in:
Javier Martin 2012-03-22 14:54:02 +01:00 committed by Vinod Koul
parent 6bd081277e
commit 232e3c2c79

View file

@ -133,7 +133,6 @@ enum imxdma_prep_type {
*/
struct imxdma_channel_internal {
void *data;
unsigned int dma_mode;
struct scatterlist *sg;
unsigned int resbytes;