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.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/asm-powerpc/iommu.h b/include/asm-powerpc/iommu.h
index a5e98641a2ae..264ed6242771 100644
--- a/include/asm-powerpc/iommu.h
+++ b/include/asm-powerpc/iommu.h
@@ -52,17 +52,9 @@ struct iommu_table {
52struct scatterlist; 52struct scatterlist;
53struct device_node; 53struct device_node;
54 54
55#ifdef CONFIG_PPC_MULTIPLATFORM
56
57/* Walks all buses and creates iommu tables */
58extern void iommu_setup_pSeries(void);
59extern void iommu_setup_dart(void);
60
61/* Frees table for an individual device node */ 55/* Frees table for an individual device node */
62extern void iommu_free_table(struct device_node *dn); 56extern void iommu_free_table(struct device_node *dn);
63 57
64#endif /* CONFIG_PPC_MULTIPLATFORM */
65
66/* Initializes an iommu_table based in values set in the passed-in 58/* Initializes an iommu_table based in values set in the passed-in
67 * structure 59 * structure
68 */ 60 */