[PATCH 06/12] iommu/vt-d: Convert to iommu_capable() API function

2014-09-05 Thread Joerg Roedel
From: Joerg Roedel Cc: Jiang Liu Cc: David Woodhouse Signed-off-by: Joerg Roedel --- drivers/iommu/intel-iommu.c | 13 + 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/drivers/iommu/intel-iommu.c b/drivers/iommu/intel-iommu.c index 5619f26..bc1a203 100644 ---

[PATCH 06/12] iommu/vt-d: Convert to iommu_capable() API function

2014-09-05 Thread Joerg Roedel
From: Joerg Roedel jroe...@suse.de Cc: Jiang Liu jiang@linux.intel.com Cc: David Woodhouse dw...@infradead.org Signed-off-by: Joerg Roedel jroe...@suse.de --- drivers/iommu/intel-iommu.c | 13 + 1 file changed, 5 insertions(+), 8 deletions(-) diff --git