summaryrefslogtreecommitdiff
path: root/arch/unicore32/include/asm/Kbuild
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2018-08-25 08:46:34 +0200
committerChristoph Hellwig <hch@lst.de>2018-09-30 16:07:35 -0700
commitb733116feab5471c0489ab33e90fceb553215e5b (patch)
tree09f9fcb4b6e694c601208c24bff94867804d91c8 /arch/unicore32/include/asm/Kbuild
parent1a0afc14b5da329765d6ecd4a79f546b9363ad8c (diff)
unicore32: remove swiotlb support
unicore32 is a bog standard 32-bit port without larger physical address space, highmem or any other obvious addressing limitation. There should be no need to bounce buffer using swiotlb. Signed-off-by: Christoph Hellwig <hch@lst.de> Acked-by: Guan Xuetao <gxt@pku.edu.cn>
Diffstat (limited to 'arch/unicore32/include/asm/Kbuild')
-rw-r--r--arch/unicore32/include/asm/Kbuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/unicore32/include/asm/Kbuild b/arch/unicore32/include/asm/Kbuild
index bfc7abe77905..1372553dc0a9 100644
--- a/arch/unicore32/include/asm/Kbuild
+++ b/arch/unicore32/include/asm/Kbuild
@@ -4,6 +4,7 @@ generic-y += compat.h
generic-y += current.h
generic-y += device.h
generic-y += div64.h
+generic-y += dma-mapping.h
generic-y += emergency-restart.h
generic-y += exec.h
generic-y += extable.h