Skip to content

Commit

Permalink
dmaengine: imx-dma: remove data member from internal structure.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Javier Martin authored and Vinod Koul committed Mar 26, 2012
1 parent 6bd0812 commit 232e3c2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/dma/imx-dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ enum imxdma_prep_type {
*/

struct imxdma_channel_internal {
void *data;
unsigned int dma_mode;
struct scatterlist *sg;
unsigned int resbytes;
Expand Down

0 comments on commit 232e3c2

Please sign in to comment.