diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2006-01-12 02:58:19 (GMT) |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-01-12 09:09:30 (GMT) |
commit | 9bd7ea60b1a0cf9fc745fd2eadb261e4c7719acd (patch) | |
tree | cf4af78eefba1383dd1cc8b058dcd148633f5a6d /include/asm-powerpc | |
parent | ee2cdecec4dce8f7eb0d37a1bbf820cb32b2b75b (diff) | |
download | linux-9bd7ea60b1a0cf9fc745fd2eadb261e4c7719acd.tar.xz |
[PATCH] powerpc: clean up iommu.h a bit
There was a function declared for CONFIG_PSERIES which no longer exists
and the two function declarations for CONFIG_ISERIES have been moved
into an include file in platforms/iseries since they are defined and
used only there.
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'include/asm-powerpc')
-rw-r--r-- | include/asm-powerpc/iommu.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/include/asm-powerpc/iommu.h b/include/asm-powerpc/iommu.h index 8a8393e..d5677cb 100644 --- a/include/asm-powerpc/iommu.h +++ b/include/asm-powerpc/iommu.h @@ -64,25 +64,6 @@ extern void iommu_free_table(struct device_node *dn); #endif /* CONFIG_PPC_MULTIPLATFORM */ -#ifdef CONFIG_PPC_PSERIES - -/* Creates table for an individual device node */ -extern void iommu_devnode_init_pSeries(struct device_node *dn); - -#endif /* CONFIG_PPC_PSERIES */ - -#ifdef CONFIG_PPC_ISERIES - -/* Creates table for an individual device node */ -extern void iommu_devnode_init_iSeries(struct device_node *dn); -/* Get table parameters from HV */ -extern void iommu_table_getparms_iSeries(unsigned long busno, - unsigned char slotno, - unsigned char virtbus, - struct iommu_table* tbl); - -#endif /* CONFIG_PPC_ISERIES */ - /* Initializes an iommu_table based in values set in the passed-in * structure */ |