diff options
| author | Christoph Hellwig <hch@lst.de> | 2018-01-09 16:32:29 +0100 |
|---|---|---|
| committer | Christoph Hellwig <hch@lst.de> | 2018-01-15 09:35:17 +0100 |
| commit | 23475ad49e704b9aee14970c4c191768798412c9 (patch) | |
| tree | 6bb98b2ee7af73401c9f38f1c3ed79046d55ccf7 /arch/h8300/include/asm/Kbuild | |
| parent | f73337f4cef277f3c70f4bf9bdd6e93a52f57bdd (diff) | |
h8300: use dma-direct
Replace the bare-bones h8300 direct dma mapping implementation with
the fully featured generic dma-direct one.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'arch/h8300/include/asm/Kbuild')
| -rw-r--r-- | arch/h8300/include/asm/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/h8300/include/asm/Kbuild b/arch/h8300/include/asm/Kbuild index bc077491d299..642752c94306 100644 --- a/arch/h8300/include/asm/Kbuild +++ b/arch/h8300/include/asm/Kbuild @@ -9,6 +9,7 @@ generic-y += delay.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 |
