dma: Use generic place for dma_addr_t typedef
Instead of letting all architectures define their own dma_addr_t use
a common place in include/linux/types.h and use a Kconfig symbol that
architectures can select to define the width of dma_addr_t. The same
is done in the Kernel.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent 6984e82 commit 9e7d9a5f2ac5dd56e5b3718ea44049907170898b
@Sascha Hauer Sascha Hauer authored on 21 May 2015
Showing 11 changed files
View
arch/arm/include/asm/types.h
View
arch/blackfin/include/asm/types.h
View
arch/efi/include/asm/types.h
View
arch/mips/Kconfig
View
arch/mips/include/asm/types.h
View
arch/nios2/include/asm/types.h
View
arch/openrisc/include/asm/types.h
View
arch/ppc/include/asm/types.h
View
arch/sandbox/include/asm/types.h
View
common/Kconfig
View
include/linux/types.h