diff options
author | Christoph Hellwig <hch@lst.de> | 2018-07-19 15:02:32 +0200 |
---|---|---|
committer | Stafford Horne <shorne@gmail.com> | 2018-07-21 06:49:48 +0200 |
commit | 5600779ea5f3d29fadc62208e21feb0bb9b813aa (patch) | |
tree | d49bf4a374600be039fdcd22a0b70bc28af324ad /arch/openrisc/include/asm/Kbuild | |
parent | openrisc: fix cache maintainance the the sync_single_for_device DMA operation (diff) | |
download | linux-5600779ea5f3d29fadc62208e21feb0bb9b813aa.tar.xz linux-5600779ea5f3d29fadc62208e21feb0bb9b813aa.zip |
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/Kbuild | 1 |
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 |