Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5524f3fc authored by Bjorn Helgaas's avatar Bjorn Helgaas Committed by Benjamin Herrenschmidt
Browse files

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: default avatarBjorn Helgaas <bhelgaas@google.com>
Signed-off-by: default avatarBenjamin Herrenschmidt <benh@kernel.crashing.org>
parent 348c2298
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -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)