summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/iommu.h
diff options
context:
space:
mode:
authorBjorn Helgaas <bhelgaas@google.com>2013-06-11 13:57:05 -0600
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2013-07-01 11:10:35 +1000
commit5524f3fc069b6435f9ff0db573e3a8b5082ef528 (patch)
tree0a726f973316295dbcbf72938285503e3f407477 /arch/powerpc/include/asm/iommu.h
parent348c2298a6fd2b145e789739808d5e7598e275fc (diff)
downloadop-kernel-dev-5524f3fc069b6435f9ff0db573e3a8b5082ef528.zip
op-kernel-dev-5524f3fc069b6435f9ff0db573e3a8b5082ef528.tar.gz
powerpc/iommu: Remove unused pci_iommu_init() and pci_direct_iommu_init()
pci_iommu_init() and pci_direct_iommu_init() are not referenced anywhere, so remove them. Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/include/asm/iommu.h')
-rw-r--r--arch/powerpc/include/asm/iommu.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/powerpc/include/asm/iommu.h b/arch/powerpc/include/asm/iommu.h
index 98d1422..c34656a 100644
--- a/arch/powerpc/include/asm/iommu.h
+++ b/arch/powerpc/include/asm/iommu.h
@@ -130,13 +130,6 @@ extern void iommu_init_early_pSeries(void);
extern void iommu_init_early_dart(void);
extern void iommu_init_early_pasemi(void);
-#ifdef CONFIG_PCI
-extern void pci_iommu_init(void);
-extern void pci_direct_iommu_init(void);
-#else
-static inline void pci_iommu_init(void) { }
-#endif
-
extern void alloc_dart_table(void);
#if defined(CONFIG_PPC64) && defined(CONFIG_PM)
static inline void iommu_save(void)
OpenPOWER on IntegriCloud