aboutsummaryrefslogtreecommitdiff
path: root/drivers/dma/imx-dma.c
diff options
context:
space:
mode:
authorJavier Martin <javier.martin@vista-silicon.com>2012-03-22 14:54:02 +0100
committerVinod Koul <vinod.koul@linux.intel.com>2012-03-26 11:31:30 +0530
commit232e3c2c7961fb3312a80df3747f1c29f0ed512e (patch)
tree1c59e22c6e1e575144174d9d439944403d8d72f6 /drivers/dma/imx-dma.c
parent6bd081277ea03e2b165fc68534b61bc64db93990 (diff)
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>
Diffstat (limited to 'drivers/dma/imx-dma.c')
-rw-r--r--drivers/dma/imx-dma.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/dma/imx-dma.c b/drivers/dma/imx-dma.c
index fbb1aaad612..8603c75b0e1 100644
--- a/drivers/dma/imx-dma.c
+++ b/drivers/dma/imx-dma.c
@@ -133,7 +133,6 @@ enum imxdma_prep_type {
*/
struct imxdma_channel_internal {
- void *data;
unsigned int dma_mode;
struct scatterlist *sg;
unsigned int resbytes;