aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-powerpc/iommu.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-powerpc/iommu.h')
-rw-r--r--include/asm-powerpc/iommu.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/asm-powerpc/iommu.h b/include/asm-powerpc/iommu.h
index f89f06050893..59f062668997 100644
--- a/include/asm-powerpc/iommu.h
+++ b/include/asm-powerpc/iommu.h
@@ -56,7 +56,7 @@ struct device_node;
56 56
57/* Walks all buses and creates iommu tables */ 57/* Walks all buses and creates iommu tables */
58extern void iommu_setup_pSeries(void); 58extern void iommu_setup_pSeries(void);
59extern void iommu_setup_u3(void); 59extern void iommu_setup_dart(void);
60 60
61/* Frees table for an individual device node */ 61/* Frees table for an individual device node */
62extern void iommu_free_table(struct device_node *dn); 62extern void iommu_free_table(struct device_node *dn);
@@ -104,7 +104,7 @@ extern void iommu_unmap_single(struct iommu_table *tbl, dma_addr_t dma_handle,
104 104
105extern void iommu_init_early_pSeries(void); 105extern void iommu_init_early_pSeries(void);
106extern void iommu_init_early_iSeries(void); 106extern void iommu_init_early_iSeries(void);
107extern void iommu_init_early_u3(void); 107extern void iommu_init_early_dart(void);
108 108
109#ifdef CONFIG_PCI 109#ifdef CONFIG_PCI
110extern void pci_iommu_init(void); 110extern void pci_iommu_init(void);
@@ -113,6 +113,6 @@ extern void pci_direct_iommu_init(void);
113static inline void pci_iommu_init(void) { } 113static inline void pci_iommu_init(void) { }
114#endif 114#endif
115 115
116extern void alloc_u3_dart_table(void); 116extern void alloc_dart_table(void);
117 117
118#endif /* _ASM_IOMMU_H */ 118#endif /* _ASM_IOMMU_H */