summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/iseries/iommu.c
diff options
context:
space:
mode:
authorStephen Rothwell2006-01-12 03:58:19 +0100
committerPaul Mackerras2006-01-12 10:09:30 +0100
commit9bd7ea60b1a0cf9fc745fd2eadb261e4c7719acd (patch)
treecf4af78eefba1383dd1cc8b058dcd148633f5a6d /arch/powerpc/platforms/iseries/iommu.c
parent[PATCH] powerpc: iSeries fixes for build with no PCI (diff)
downloadkernel-qcow2-linux-9bd7ea60b1a0cf9fc745fd2eadb261e4c7719acd.tar.gz
kernel-qcow2-linux-9bd7ea60b1a0cf9fc745fd2eadb261e4c7719acd.tar.xz
kernel-qcow2-linux-9bd7ea60b1a0cf9fc745fd2eadb261e4c7719acd.zip
[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 'arch/powerpc/platforms/iseries/iommu.c')
-rw-r--r--arch/powerpc/platforms/iseries/iommu.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/iseries/iommu.c b/arch/powerpc/platforms/iseries/iommu.c
index 2b54eeb2c899..bea0b703f409 100644
--- a/arch/powerpc/platforms/iseries/iommu.c
+++ b/arch/powerpc/platforms/iseries/iommu.c
@@ -34,6 +34,8 @@
#include <asm/pci-bridge.h>
#include <asm/iseries/hv_call_xm.h>
+#include "iommu.h"
+
extern struct list_head iSeries_Global_Device_List;