From: Lars-Peter Clausen Date: Sun, 6 Jul 2014 18:32:22 +0000 (+0200) Subject: dmaengine: pl330: Remove unused client_data field form pl330_info X-Git-Tag: v3.17-rc1~45^2~56 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=c9392d80ae0762425314fbf1d9210f68da400e12;p=karo-tx-linux.git dmaengine: pl330: Remove unused client_data field form pl330_info The field is completely unused, remove it. Signed-off-by: Lars-Peter Clausen Signed-off-by: Vinod Koul --- 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 { 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 */