summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
diff options
context:
space:
mode:
authorBjorn Helgaas2013-06-11 21:57:05 +0200
committerBenjamin Herrenschmidt2013-07-01 03:10:35 +0200
commit5524f3fc069b6435f9ff0db573e3a8b5082ef528 (patch)
tree0a726f973316295dbcbf72938285503e3f407477 /arch/powerpc
parentpowerpc: Don't flush/invalidate the d/icache for an unknown relocation type (diff)
downloadkernel-qcow2-linux-5524f3fc069b6435f9ff0db573e3a8b5082ef528.tar.gz
kernel-qcow2-linux-5524f3fc069b6435f9ff0db573e3a8b5082ef528.tar.xz
kernel-qcow2-linux-5524f3fc069b6435f9ff0db573e3a8b5082ef528.zip
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')
-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 98d14229f893..c34656a8925e 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)