diff options
author | Christoph Hellwig <hch@lst.de> | 2017-12-24 15:34:13 +0300 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2018-01-15 11:35:59 +0300 |
commit | 1c33b6b765e63d5cadd621049759244fb25e8fd4 (patch) | |
tree | 620dc7aeb8e0589331484ec17a9f71ce86314728 /arch/mips/netlogic/common/Makefile | |
parent | b2b206957ae7988e7d77a92f89453f5b93e5ddd0 (diff) | |
download | linux-1c33b6b765e63d5cadd621049759244fb25e8fd4.tar.xz |
mips/netlogic: remove swiotlb support
nlm_swiotlb_dma_ops is unused code, so the whole swiotlb support is dead.
If it gets resurrected at some point it should use the generic
swiotlb_dma_ops instead.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: Christian König <christian.koenig@amd.com>
Diffstat (limited to 'arch/mips/netlogic/common/Makefile')
-rw-r--r-- | arch/mips/netlogic/common/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/netlogic/common/Makefile b/arch/mips/netlogic/common/Makefile index 60d00b5d748e..89f6e3f39fed 100644 --- a/arch/mips/netlogic/common/Makefile +++ b/arch/mips/netlogic/common/Makefile @@ -1,6 +1,5 @@ # SPDX-License-Identifier: GPL-2.0 obj-y += irq.o time.o -obj-y += nlm-dma.o obj-y += reset.o obj-$(CONFIG_SMP) += smp.o smpboot.o obj-$(CONFIG_EARLY_PRINTK) += earlycons.o |