dmaengine: pl330: Remove unused client_data field form pl330_info
authorLars-Peter Clausen <lars@metafoo.de>
Sun, 6 Jul 2014 18:32:22 +0000 (20:32 +0200)
committerVinod 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

index f23c5f0b3dacb515084c51d53663a1ced6c554f9..6b61c578c8689df32141ca41c17eba5cb726256f 100644 (file)
@@ -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 */