Message ID | 1404671552-502-6-git-send-email-lars@metafoo.de (mailing list archive) |
---|---|
State | Accepted |
Commit | c9392d80ae07 |
Delegated to: | Vinod Koul |
Headers | show |
diff --git a/drivers/dma/pl330.c b/drivers/dma/pl330.c index f23c5f0..6b61c57 100644 --- 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 */
The field is completely unused, remove it. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> --- drivers/dma/pl330.c | 2 -- 1 file changed, 2 deletions(-)