From: Joerg Roedel Date: Thu, 7 Jul 2011 10:18:48 +0000 (+0200) Subject: iommu/core: Fix build with INTR_REMAP=y && CONFIG_DMAR=n X-Git-Tag: v3.1-rc1~303^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b385b46ee17d7e1a68d3411b8cdb2342e0f0445;p=pandora-kernel.git iommu/core: Fix build with INTR_REMAP=y && CONFIG_DMAR=n IOMMU_API is not selected when no DMA remapping driver is selected, but the whole drivers/iommu/ directory is only built with IOMMU_API=y. Fixed with this patch by including the directory with IOMMU_SUPPORT instead. Signed-off-by: Joerg Roedel --- Reading git-diff-tree failed