]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/asm-powerpc/iommu.h
Merge branch 'linux-2.6' into for-linus
[karo-tx-linux.git] / include / asm-powerpc / iommu.h
index 39fad685ffab6c99f72b060141ba7902d1efd607..19e6f7e0a607efc4135ad22f6d6be27f752b205a 100644 (file)
@@ -70,17 +70,9 @@ struct iommu_table {
 struct scatterlist;
 struct device_node;
 
-#ifdef CONFIG_PPC_MULTIPLATFORM
-
-/* Walks all buses and creates iommu tables */
-extern void iommu_setup_pSeries(void);
-extern void iommu_setup_dart(void);
-
 /* Frees table for an individual device node */
 extern void iommu_free_table(struct device_node *dn);
 
-#endif /* CONFIG_PPC_MULTIPLATFORM */
-
 /* Initializes an iommu_table based in values set in the passed-in
  * structure
  */