diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2013-06-11 15:57:05 -0400 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2013-06-30 21:10:35 -0400 |
commit | 5524f3fc069b6435f9ff0db573e3a8b5082ef528 (patch) | |
tree | 0a726f973316295dbcbf72938285503e3f407477 /arch/powerpc | |
parent | 348c2298a6fd2b145e789739808d5e7598e275fc (diff) |
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.h | 7 |
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); | |||
130 | extern void iommu_init_early_dart(void); | 130 | extern void iommu_init_early_dart(void); |
131 | extern void iommu_init_early_pasemi(void); | 131 | extern void iommu_init_early_pasemi(void); |
132 | 132 | ||
133 | #ifdef CONFIG_PCI | ||
134 | extern void pci_iommu_init(void); | ||
135 | extern void pci_direct_iommu_init(void); | ||
136 | #else | ||
137 | static inline void pci_iommu_init(void) { } | ||
138 | #endif | ||
139 | |||
140 | extern void alloc_dart_table(void); | 133 | extern void alloc_dart_table(void); |
141 | #if defined(CONFIG_PPC64) && defined(CONFIG_PM) | 134 | #if defined(CONFIG_PPC64) && defined(CONFIG_PM) |
142 | static inline void iommu_save(void) | 135 | static inline void iommu_save(void) |