Re: [PATCH] arm64/dma: Removing ARCH_HAS_DMA_GET_REQUIRED_MASK macro

2014-06-18 Thread Catalin Marinas
On Fri, Jun 06, 2014 at 11:07:16PM +0100, suravee.suthikulpa...@amd.com wrote: > From: Suravee Suthikulpanit > > Arm64 does not define dma_get_required_mask() function. > Therefore, it should not define the ARCH_HAS_DMA_GET_REQUIRED_MASK. > This causes build errors in some device drivers (e.g. mp

[PATCH] arm64/dma: Removing ARCH_HAS_DMA_GET_REQUIRED_MASK macro

2014-06-06 Thread suravee.suthikulpanit
From: Suravee Suthikulpanit Arm64 does not define dma_get_required_mask() function. Therefore, it should not define the ARCH_HAS_DMA_GET_REQUIRED_MASK. This causes build errors in some device drivers (e.g. mpt2sas) Signed-off-by: Suravee Suthikulpanit --- arch/arm64/include/asm/dma-mapping.h |