commit | 2194dc27bd845d69ea169fb95c1536002904967e | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Tue Aug 05 18:52:59 2014 +1000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Tue Aug 05 18:52:59 2014 +1000 |
tree | bccf026151d7d34b972ff93b2186a93d89853d3b | |
parent | 9be9be2e9a966fe32c1a443c5197f829ecc3028c [diff] |
powerpc/eeh: Add missing #ifdef CONFIG_IOMMU_API 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>