aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma
diff options
context:
space:
mode:
authorJavier Martin <javier.martin@vista-silicon.com>2012-03-22 09:54:02 -0400
committerVinod Koul <vinod.koul@linux.intel.com>2012-03-26 02:01:30 -0400
commit232e3c2c7961fb3312a80df3747f1c29f0ed512e (patch)
tree1c59e22c6e1e575144174d9d439944403d8d72f6 /drivers/dma
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')
-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 {
133 */ 133 */
134 134
135struct imxdma_channel_internal { 135struct imxdma_channel_internal {
136 void *data;
137 unsigned int dma_mode; 136 unsigned int dma_mode;
138 struct scatterlist *sg; 137 struct scatterlist *sg;
139 unsigned int resbytes; 138 unsigned int resbytes;