powerpc/eeh: Add missing #ifdef CONFIG_IOMMU_API
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Tue, 5 Aug 2014 08:52:59 +0000 (18:52 +1000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Tue, 5 Aug 2014 08:52:59 +0000 (18:52 +1000)
Some new functions are exposed for use by the IOMMU code but
won't build when CONFIG_IOMMU_API isn't set, so shield them
appropriately.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/kernel/eeh.c

index 02a6774..6043879 100644 (file)
@@ -1207,6 +1207,8 @@ out:
 }
 EXPORT_SYMBOL(eeh_dev_release);
 
+#ifdef CONFIG_IOMMU_API
+
 static int dev_has_iommu_table(struct device *dev, void *data)
 {
        struct pci_dev *pdev = to_pci_dev(dev);
@@ -1253,6 +1255,8 @@ struct eeh_pe *eeh_iommu_group_to_pe(struct iommu_group *group)
        return edev->pe;
 }
 
+#endif /* CONFIG_IOMMU_API */
+
 /**
  * eeh_pe_set_option - Set options for the indicated PE
  * @pe: EEH PE