From: Will Deacon Date: Mon, 10 Jun 2013 18:34:38 +0000 (+0100) Subject: dma: pl330: use dma_addr_t for describing bus addresses X-Git-Tag: v3.11-rc1~75^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fed8c45727abd273fd74b3e78b35be4929121334;p=pandora-kernel.git dma: pl330: use dma_addr_t for describing bus addresses The microcode bus address (pl330_dmac.mcode_bus) is currently a u32, which fails to compile when building on a system with 64-bit bus addresses. This patch uses dma_addr_t to represent the address instead. Cc: Jassi Brar Cc: Vinod Koul Signed-off-by: Will Deacon Acked-by: Jassi Brar Acked-by: Grant Likely Signed-off-by: Vinod Koul --- Reading git-diff-tree failed