summaryrefslogtreecommitdiffstats
path: root/drivers/dma/pl330.c
diff options
context:
space:
mode:
authorLars-Peter Clausen <lars@metafoo.de>2014-07-06 14:32:22 -0400
committerVinod Koul <vinod.koul@intel.com>2014-07-15 12:31:03 -0400
commitc9392d80ae0762425314fbf1d9210f68da400e12 (patch)
tree694527dfafff57abb6b35a5b806e1b5c63bf3097 /drivers/dma/pl330.c
parent7ae342fd6fd2bc1f694cf2c8fcbbeb2d2a017658 (diff)
dmaengine: pl330: Remove unused client_data field form pl330_info
The field is completely unused, remove it. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'drivers/dma/pl330.c')
-rw-r--r--drivers/dma/pl330.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/dma/pl330.c b/drivers/dma/pl330.c
index f23c5f0b3dac..6b61c578c868 100644
--- a/drivers/dma/pl330.c
+++ b/drivers/dma/pl330.c
@@ -290,8 +290,6 @@ struct pl330_info {
290 unsigned mcbufsz; 290 unsigned mcbufsz;
291 /* ioremap'ed address of PL330 registers. */ 291 /* ioremap'ed address of PL330 registers. */
292 void __iomem *base; 292 void __iomem *base;
293 /* Client can freely use it. */
294 void *client_data;
295 /* PL330 core data, Client must not touch it. */ 293 /* PL330 core data, Client must not touch it. */
296 void *pl330_data; 294 void *pl330_data;
297 /* Populated by the PL330 core driver during pl330_add */ 295 /* Populated by the PL330 core driver during pl330_add */