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>

No differences found