summaryrefslogtreecommitdiff
path: root/arch/openrisc/include/asm/Kbuild
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2018-07-19 06:02:32 -0700
committerStafford Horne <shorne@gmail.com>2018-07-21 13:49:48 +0900
commit5600779ea5f3d29fadc62208e21feb0bb9b813aa (patch)
treed49bf4a374600be039fdcd22a0b70bc28af324ad /arch/openrisc/include/asm/Kbuild
parent2c1de929aef31afbff0dad81de9cc26056d3d01b (diff)
openrisc: use generic dma_noncoherent_ops
Switch to the generic noncoherent direct mapping implementation. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Stafford Horne <shorne@gmail.com>
Diffstat (limited to 'arch/openrisc/include/asm/Kbuild')
-rw-r--r--arch/openrisc/include/asm/Kbuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/openrisc/include/asm/Kbuild b/arch/openrisc/include/asm/Kbuild
index 65964d390b10..eb87cd8327c8 100644
--- a/arch/openrisc/include/asm/Kbuild
+++ b/arch/openrisc/include/asm/Kbuild
@@ -7,6 +7,7 @@ generic-y += current.h
generic-y += device.h
generic-y += div64.h
generic-y += dma.h
+generic-y += dma-mapping.h
generic-y += emergency-restart.h
generic-y += exec.h
generic-y += extable.h