projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ae342f
)
dmaengine: pl330: Remove unused client_data field form pl330_info
author
Lars-Peter Clausen
<lars@metafoo.de>
Sun, 6 Jul 2014 18:32:22 +0000
(20:32 +0200)
committer
Vinod Koul
<vinod.koul@intel.com>
Tue, 15 Jul 2014 16:31:03 +0000
(22:01 +0530)
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>
drivers/dma/pl330.c
patch
|
blob
|
history
diff --git
a/drivers/dma/pl330.c
b/drivers/dma/pl330.c
index
f23c5f0
..
6b61c57
100644
(file)
--- a/
drivers/dma/pl330.c
+++ b/
drivers/dma/pl330.c
@@
-290,8
+290,6
@@
struct pl330_info {
unsigned mcbufsz;
/* ioremap'ed address of PL330 registers. */
void __iomem *base;
- /* Client can freely use it. */
- void *client_data;
/* PL330 core data, Client must not touch it. */
void *pl330_data;
/* Populated by the PL330 core driver during pl330_add */