]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
powerpc/iommu: Remove unused pci_iommu_init() and pci_direct_iommu_init()
authorBjorn Helgaas <bhelgaas@google.com>
Tue, 11 Jun 2013 19:57:05 +0000 (13:57 -0600)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Mon, 1 Jul 2013 01:10:35 +0000 (11:10 +1000)
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>
arch/powerpc/include/asm/iommu.h

index 98d14229f8936681a6d2d56eceb9e6c6f3dc3922..c34656a8925e2f8c3d64d42f7f4efd79dbe36872 100644 (file)
@@ -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)