summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/amd_iommu.c
diff options
context:
space:
mode:
authorJoerg Roedel <joerg.roedel@amd.com>2009-11-20 12:22:21 (GMT)
committerJoerg Roedel <joerg.roedel@amd.com>2009-11-27 10:45:48 (GMT)
commit6a9401a7ac13e62ef2baf4d46e022d303edc3050 (patch)
tree6785d21540a8243b1ce89e49d9671dca07ad200c /arch/x86/kernel/amd_iommu.c
parent273bee27fa9f79d94b78c83506016f2e41e78983 (diff)
downloadlinux-fsl-qoriq-6a9401a7ac13e62ef2baf4d46e022d303edc3050.tar.xz
x86/amd-iommu: Separate internal interface definitions
This patch moves all function declarations which are only used inside the driver code to a seperate header file. Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
Diffstat (limited to 'arch/x86/kernel/amd_iommu.c')
-rw-r--r--arch/x86/kernel/amd_iommu.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kernel/amd_iommu.c b/arch/x86/kernel/amd_iommu.c
index b74b212..50d2b05 100644
--- a/arch/x86/kernel/amd_iommu.c
+++ b/arch/x86/kernel/amd_iommu.c
@@ -28,6 +28,7 @@
#include <asm/proto.h>
#include <asm/iommu.h>
#include <asm/gart.h>
+#include <asm/amd_iommu_proto.h>
#include <asm/amd_iommu_types.h>
#include <asm/amd_iommu.h>