Hi all, Today's linux-next merge of the tip tree got a conflict in drivers/iommu/Makefile between commit fcf3a6ef4a58 ("omap: iommu/iovmm: move to dedicated iommu folder") from the iommu tree and commit d3f138106b4b ("iommu: Rename the DMAR and INTR_REMAP config options") from the tip tree. Just context changes. I fixed it up (see below) and can carry the fix as necessary. -- Cheers, Stephen Rothwell sfr@xxxxxxxxxxxxxxxx diff --cc drivers/iommu/Makefile index f798cdd,6394994..0000000 --- a/drivers/iommu/Makefile +++ b/drivers/iommu/Makefile @@@ -1,8 -1,6 +1,9 @@@ obj-$(CONFIG_IOMMU_API) += iommu.o obj-$(CONFIG_MSM_IOMMU) += msm_iommu.o msm_iommu_dev.o obj-$(CONFIG_AMD_IOMMU) += amd_iommu.o amd_iommu_init.o - obj-$(CONFIG_DMAR) += dmar.o iova.o intel-iommu.o - obj-$(CONFIG_INTR_REMAP) += dmar.o intr_remapping.o + obj-$(CONFIG_DMAR_TABLE) += dmar.o + obj-$(CONFIG_INTEL_IOMMU) += iova.o intel-iommu.o + obj-$(CONFIG_IRQ_REMAP) += intr_remapping.o +obj-$(CONFIG_OMAP_IOMMU) += omap-iommu.o +obj-$(CONFIG_OMAP_IOVMM) += omap-iovmm.o +obj-$(CONFIG_OMAP_IOMMU_DEBUG) += omap-iommu-debug.o -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html