diff options
author | Joerg Roedel <joerg.roedel@amd.com> | 2009-11-20 13:22:21 +0100 |
---|---|---|
committer | Joerg Roedel <joerg.roedel@amd.com> | 2009-11-27 11:45:48 +0100 |
commit | 6a9401a7ac13e62ef2baf4d46e022d303edc3050 (patch) | |
tree | 6785d21540a8243b1ce89e49d9671dca07ad200c /arch/x86/kernel/amd_iommu.c | |
parent | 273bee27fa9f79d94b78c83506016f2e41e78983 (diff) | |
download | talos-obmc-linux-6a9401a7ac13e62ef2baf4d46e022d303edc3050.tar.gz talos-obmc-linux-6a9401a7ac13e62ef2baf4d46e022d303edc3050.zip |
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.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kernel/amd_iommu.c b/arch/x86/kernel/amd_iommu.c index b74b21247584..50d2b05a458b 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> |