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/kernel/Makefile | |
parent | f73337f4cef277f3c70f4bf9bdd6e93a52f57bdd (diff) | |
download | lwn-23475ad49e704b9aee14970c4c191768798412c9.tar.gz lwn-23475ad49e704b9aee14970c4c191768798412c9.zip |
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/kernel/Makefile')
-rw-r--r-- | arch/h8300/kernel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/h8300/kernel/Makefile b/arch/h8300/kernel/Makefile index b62e830525c6..307aa51576dd 100644 --- a/arch/h8300/kernel/Makefile +++ b/arch/h8300/kernel/Makefile @@ -7,7 +7,7 @@ extra-y := vmlinux.lds obj-y := process.o traps.o ptrace.o \ signal.o setup.o syscalls.o \ - irq.o entry.o dma.o + irq.o entry.o obj-$(CONFIG_ROMKERNEL) += head_rom.o obj-$(CONFIG_RAMKERNEL) += head_ram.o |