[RFC PATCH 1/4] iommu: build iova.c for any IOMMU

2014-11-25 Thread Robin Murphy
In preparation for sharing the IOVA allocator, build it for all IOMMU API users. Signed-off-by: Robin Murphy robin.mur...@arm.com --- drivers/iommu/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/iommu/Makefile b/drivers/iommu/Makefile index

Re: [RFC PATCH 1/4] iommu: build iova.c for any IOMMU

2014-11-25 Thread leizhen
On 2014/11/26 1:27, Robin Murphy wrote: In preparation for sharing the IOVA allocator, build it for all IOMMU API users. Signed-off-by: Robin Murphy robin.mur...@arm.com --- drivers/iommu/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git