diff options
author | Christoph Hellwig <hch@lst.de> | 2017-12-24 13:27:26 +0100 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2018-01-15 09:35:55 +0100 |
commit | 90f7816206a3cace98a19021bb867855f5753feb (patch) | |
tree | a5e0fec8601274340abe18ff4db976ce35ff7f5f /arch/unicore32/mm/Makefile | |
parent | 35bd5071206e4974aed9bbd229d68699e72306ec (diff) | |
download | linux-90f7816206a3cace98a19021bb867855f5753feb.tar.gz linux-90f7816206a3cace98a19021bb867855f5753feb.tar.bz2 linux-90f7816206a3cace98a19021bb867855f5753feb.zip |
unicore32: use generic swiotlb_ops
These are identical to the unicore32 ops, and would also support CMA
if enabled on unicore32.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: Christian König <christian.koenig@amd.com>
Diffstat (limited to 'arch/unicore32/mm/Makefile')
-rw-r--r-- | arch/unicore32/mm/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/unicore32/mm/Makefile b/arch/unicore32/mm/Makefile index 681c0ef5ec9e..8106260583ab 100644 --- a/arch/unicore32/mm/Makefile +++ b/arch/unicore32/mm/Makefile @@ -6,8 +6,6 @@ obj-y := extable.o fault.o init.o pgd.o mmu.o obj-y += flush.o ioremap.o -obj-$(CONFIG_SWIOTLB) += dma-swiotlb.o - obj-$(CONFIG_MODULES) += proc-syms.o obj-$(CONFIG_ALIGNMENT_TRAP) += alignment.o |