From: Pankaj Dubey Date: Fri, 24 Jan 2014 08:23:08 +0000 (+0000) Subject: arm64: fix build error if DMA_CMA is enabled X-Git-Tag: v3.14-rc1~18^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac525f59fb011e05e77c5be8b9834883ee1d5613;p=pandora-kernel.git arm64: fix build error if DMA_CMA is enabled arm64/include/asm/dma-contiguous.h is trying to include which does not exist, and thus failing build for arm64 if we enable CONFIG_DMA_CMA. This patch fixes build error by removing unwanted header inclusion from arm64's dma-contiguous.h. Signed-off-by: Pankaj Dubey Signed-off-by: Somraj Mani Acked-by: Laura Abbott Signed-off-by: Catalin Marinas --- Reading git-diff-tree failed