]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: LPAE: Use generic dma_addr_t type definition
authorWill Deacon <will.deacon@arm.com>
Mon, 31 Jan 2011 13:50:45 +0000 (13:50 +0000)
committerCatalin Marinas <catalin.marinas@arm.com>
Tue, 14 Jun 2011 13:43:59 +0000 (14:43 +0100)
commitf9003d24e7205a9ab6aa8be0e39a6ecfbea08f35
treebf721f59afda23814e3ced148e19999fad6acd53
parent4d4f25716961482eba6f71bc7dea75aede28d680
ARM: LPAE: Use generic dma_addr_t type definition

This patch uses the types.h implementation in asm-generic to define the
dma_addr_t type as the same width as phys_addr_t.

NOTE: this is a temporary patch until the corresponding patches unifying
the dma_addr_t and removing the dma64_addr_t are merged into mainline.

Signed-off-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm/include/asm/types.h