aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Makefile
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2018-04-03 15:34:58 +0200
committerChristoph Hellwig <hch@lst.de>2018-05-09 06:54:27 +0200
commit0d3fdb157fd0b96b06be7f1d8cea21dd2bc030da (patch)
tree83a1be817f90bdaa771c4f213e3b4acd7f36d38d /lib/Makefile
parentdma-debug: remove CONFIG_HAVE_DMA_API_DEBUG (diff)
downloadlinux-dev-0d3fdb157fd0b96b06be7f1d8cea21dd2bc030da.tar.xz
linux-dev-0d3fdb157fd0b96b06be7f1d8cea21dd2bc030da.zip
iommu-common: move to arch/sparc
This code is only used by sparc, and all new iommu drivers should use the drivers/iommu/ framework. Also remove the unused exports. Signed-off-by: Christoph Hellwig <hch@lst.de> Acked-by: David S. Miller <davem@davemloft.net> Reviewed-by: Anshuman Khandual <khandual@linux.vnet.ibm.com>
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile
index ce20696d5a92..94203b5eecd4 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -147,7 +147,7 @@ obj-$(CONFIG_AUDIT_GENERIC) += audit.o
obj-$(CONFIG_AUDIT_COMPAT_GENERIC) += compat_audit.o
obj-$(CONFIG_SWIOTLB) += swiotlb.o
-obj-$(CONFIG_IOMMU_HELPER) += iommu-helper.o iommu-common.o
+obj-$(CONFIG_IOMMU_HELPER) += iommu-helper.o
obj-$(CONFIG_FAULT_INJECTION) += fault-inject.o
obj-$(CONFIG_NOTIFIER_ERROR_INJECTION) += notifier-error-inject.o
obj-$(CONFIG_PM_NOTIFIER_ERROR_INJECT) += pm-notifier-error-inject.o