diff options
| author | Christoph Hellwig <hch@lst.de> | 2018-05-11 08:36:53 +0200 |
|---|---|---|
| committer | Christoph Hellwig <hch@lst.de> | 2018-08-02 13:54:20 +0200 |
| commit | 6fa1d28e38cfa0c90f8d64c0cab37769e5337b85 (patch) | |
| tree | e86521d0770694a10588bc70fd31624113da6484 /arch/sh/kernel/Makefile | |
| parent | 46bcde94cd02283535cb719666399f1c4cfb8f22 (diff) | |
| download | blackbird-op-linux-6fa1d28e38cfa0c90f8d64c0cab37769e5337b85.tar.gz blackbird-op-linux-6fa1d28e38cfa0c90f8d64c0cab37769e5337b85.zip | |
sh: use generic dma_noncoherent_ops
Switch to the generic noncoherent direct mapping implementation.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: Yoshinori Sato <ysato@users.sourceforge.jp>
Diffstat (limited to 'arch/sh/kernel/Makefile')
| -rw-r--r-- | arch/sh/kernel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/kernel/Makefile b/arch/sh/kernel/Makefile index d5ddb64bfffe..59673f8a3379 100644 --- a/arch/sh/kernel/Makefile +++ b/arch/sh/kernel/Makefile @@ -45,7 +45,7 @@ obj-$(CONFIG_DUMP_CODE) += disassemble.o obj-$(CONFIG_HIBERNATION) += swsusp.o obj-$(CONFIG_DWARF_UNWINDER) += dwarf.o obj-$(CONFIG_PERF_EVENTS) += perf_event.o perf_callchain.o -obj-$(CONFIG_DMA_NONCOHERENT) += dma-nommu.o dma-coherent.o +obj-$(CONFIG_DMA_NONCOHERENT) += dma-coherent.o obj-$(CONFIG_HAVE_HW_BREAKPOINT) += hw_breakpoint.o ccflags-y := -Werror |

