diff options
author | Christoph Hellwig <hch@lst.de> | 2018-04-03 15:34:58 +0200 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2018-05-09 06:54:27 +0200 |
commit | 0d3fdb157fd0b96b06be7f1d8cea21dd2bc030da (patch) | |
tree | 83a1be817f90bdaa771c4f213e3b4acd7f36d38d /lib/Makefile | |
parent | 6e88628d03dda355a6fb3384680c1a075dd9a878 (diff) | |
download | linux-stable-0d3fdb157fd0b96b06be7f1d8cea21dd2bc030da.tar.gz linux-stable-0d3fdb157fd0b96b06be7f1d8cea21dd2bc030da.tar.bz2 linux-stable-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/Makefile | 2 |
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 |