From: Lars-Peter Clausen Date: Sun, 6 Jul 2014 18:32:29 +0000 (+0200) Subject: dmaengine: pl330: Merge dma_pl330_dmac and pl330_dmac structs X-Git-Tag: omap-for-v3.17/fixes-against-rc2~88^2~49 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6f2421c0a1cb6caffc85b13ab8f9bdd8f8278c3;p=pandora-kernel.git dmaengine: pl330: Merge dma_pl330_dmac and pl330_dmac structs Both the dma_pl330_dmac and the pl330_dmac struct have the same lifetime and the separation of them is a relict of this having been two different drivers in the past. Merging them into one struct makes the code a bit simpler as it for example allows to remove the pointers going back and forth between the two structs. While we are at it also directly embed the pl330_info struct into the pl330_dmac struct as this allows to remove some more redundant fields. Signed-off-by: Lars-Peter Clausen Signed-off-by: Vinod Koul --- Reading git-diff-tree failed