aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2019-07-24 14:07:28 +0200
committerChristoph Hellwig <hch@lst.de>2019-09-11 12:43:27 +0200
commit5489c8e0cf036d20099fadb9d05ab627d90cff92 (patch)
tree9652a442670210f06ef0f4ed07848e41dcf63b52 /arch/arm64/mm
parentswiotlb-xen: merge xen_unmap_single into xen_swiotlb_unmap_page (diff)
downloadlinux-dev-5489c8e0cf036d20099fadb9d05ab627d90cff92.tar.xz
linux-dev-5489c8e0cf036d20099fadb9d05ab627d90cff92.zip
arm64: use asm-generic/dma-mapping.h
Now that the Xen special cases are gone nothing worth mentioning is left in the arm64 <asm/dma-mapping.h> file, so switch to use the asm-generic version instead. Signed-off-by: Christoph Hellwig <hch@lst.de> Acked-by: Will Deacon <will@kernel.org> Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>
Diffstat (limited to 'arch/arm64/mm')
-rw-r--r--arch/arm64/mm/dma-mapping.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/mm/dma-mapping.c b/arch/arm64/mm/dma-mapping.c
index c44eb72d500f..9239416e93d4 100644
--- a/arch/arm64/mm/dma-mapping.c
+++ b/arch/arm64/mm/dma-mapping.c
@@ -8,6 +8,7 @@
#include <linux/cache.h>
#include <linux/dma-noncoherent.h>
#include <linux/dma-iommu.h>
+#include <xen/xen.h>
#include <xen/swiotlb-xen.h>
#include <asm/cacheflush.h>