diff options
Diffstat (limited to 'include/asm-powerpc/iommu.h')
-rw-r--r-- | include/asm-powerpc/iommu.h | 6 |
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 */ |
58 | extern void iommu_setup_pSeries(void); | 58 | extern void iommu_setup_pSeries(void); |
59 | extern void iommu_setup_u3(void); | 59 | extern void iommu_setup_dart(void); |
60 | 60 | ||
61 | /* Frees table for an individual device node */ | 61 | /* Frees table for an individual device node */ |
62 | extern void iommu_free_table(struct device_node *dn); | 62 | extern 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 | ||
105 | extern void iommu_init_early_pSeries(void); | 105 | extern void iommu_init_early_pSeries(void); |
106 | extern void iommu_init_early_iSeries(void); | 106 | extern void iommu_init_early_iSeries(void); |
107 | extern void iommu_init_early_u3(void); | 107 | extern void iommu_init_early_dart(void); |
108 | 108 | ||
109 | #ifdef CONFIG_PCI | 109 | #ifdef CONFIG_PCI |
110 | extern void pci_iommu_init(void); | 110 | extern void pci_iommu_init(void); |
@@ -113,6 +113,6 @@ extern void pci_direct_iommu_init(void); | |||
113 | static inline void pci_iommu_init(void) { } | 113 | static inline void pci_iommu_init(void) { } |
114 | #endif | 114 | #endif |
115 | 115 | ||
116 | extern void alloc_u3_dart_table(void); | 116 | extern void alloc_dart_table(void); |
117 | 117 | ||
118 | #endif /* _ASM_IOMMU_H */ | 118 | #endif /* _ASM_IOMMU_H */ |