diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2014-07-18 12:49:55 +0200 |
---|---|---|
committer | Joerg Roedel <jroedel@suse.de> | 2014-07-29 12:38:07 +0200 |
commit | baaa7b5d4f1e515a39f1eebd5fb16b67e00b22fb (patch) | |
tree | 99c1c7ae45cc7fa7efb4bc5d6ee7570c0ec0605b /drivers/iommu/Makefile | |
parent | 0f198890105b346c975dc0380a98b5d05b5e8a7b (diff) | |
download | blackbird-op-linux-baaa7b5d4f1e515a39f1eebd5fb16b67e00b22fb.tar.gz blackbird-op-linux-baaa7b5d4f1e515a39f1eebd5fb16b67e00b22fb.zip |
iommu/omap: Remove virtual memory manager
The OMAP3 ISP driver was the only user of the OMAP IOVMM API. Now that
is has been ported to the DMA API, remove the unused virtual memory
manager.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Joerg Roedel <jroedel@suse.de>
Diffstat (limited to 'drivers/iommu/Makefile')
-rw-r--r-- | drivers/iommu/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/iommu/Makefile b/drivers/iommu/Makefile index 8893bad048e0..6a4a00ef088b 100644 --- a/drivers/iommu/Makefile +++ b/drivers/iommu/Makefile @@ -11,7 +11,6 @@ obj-$(CONFIG_IPMMU_VMSA) += ipmmu-vmsa.o obj-$(CONFIG_IRQ_REMAP) += intel_irq_remapping.o irq_remapping.o obj-$(CONFIG_OMAP_IOMMU) += omap-iommu.o obj-$(CONFIG_OMAP_IOMMU) += omap-iommu2.o -obj-$(CONFIG_OMAP_IOVMM) += omap-iovmm.o obj-$(CONFIG_OMAP_IOMMU_DEBUG) += omap-iommu-debug.o obj-$(CONFIG_TEGRA_IOMMU_GART) += tegra-gart.o obj-$(CONFIG_TEGRA_IOMMU_SMMU) += tegra-smmu.o |