Commit 232e3c2c authored by Javier Martin's avatar Javier Martin Committed by Vinod Koul

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: default avatarJavier Martin <javier.martin@vista-silicon.com>
Acked-by: default avatarSascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: default avatarVinod Koul <vinod.koul@linux.intel.com>
parent 6bd08127
......@@ -133,7 +133,6 @@ enum imxdma_prep_type {
*/
struct imxdma_channel_internal {
void *data;
unsigned int dma_mode;
struct scatterlist *sg;
unsigned int resbytes;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment