From: Lars-Peter Clausen Date: Sun, 6 Jul 2014 18:32:30 +0000 (+0200) Subject: dmaengine: pl330: Embed pl330_req directly into dma_pl330_desc X-Git-Tag: cleanup-for-v3.18~47^2~48 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9dc5a315fe515e92f40c387ae15f8b760568834e;p=pandora-kernel.git dmaengine: pl330: Embed pl330_req directly into dma_pl330_desc The pl330_req struct is embedded into the dma_pl330_desc struct. But half of the pl330_req struct are pointers to other fields of the dma_pl330_desc struct it is embedded to. By directly embedding the fields from the pl330_req struct into the dma_pl330_desc struct and reworking the code to work with the dma_pl330_desc struct those pointers can be eliminated. This slightly simplifies the code. Signed-off-by: Lars-Peter Clausen Signed-off-by: Vinod Koul --- Reading git-diff-tree failed