diff mbox

[kernel] powerpc/pseries: Fix compile error when CONFIG_IOMMU_API if off

Message ID 1433829591-3971-1-git-send-email-aik@ozlabs.ru (mailing list archive)
State Accepted
Delegated to: Michael Ellerman
Headers show

Commit Message

Alexey Kardashevskiy June 9, 2015, 5:59 a.m. UTC
This fixes compile error introduced in
"[PATCH kernel v12 17/34]
powerpc/spapr: vfio: Switch from iommu_table to new iommu_table_group".


Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
---
 arch/powerpc/platforms/pseries/iommu.c | 2 ++
 1 file changed, 2 insertions(+)
diff mbox

Patch

diff --git a/arch/powerpc/platforms/pseries/iommu.c b/arch/powerpc/platforms/pseries/iommu.c
index 38a372d..10510de 100644
--- a/arch/powerpc/platforms/pseries/iommu.c
+++ b/arch/powerpc/platforms/pseries/iommu.c
@@ -93,7 +93,9 @@  static void iommu_pseries_free_group(struct iommu_table_group *table_group,
 		const char *node_name)
 {
 	struct iommu_table *tbl;
+#ifdef CONFIG_IOMMU_API
 	struct iommu_table_group_link *tgl;
+#endif
 
 	if (!table_group)
 		return;