diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-12-23 10:30:27 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-12-23 10:30:27 -0500 |
commit | 3e5621edb3392b28efb260ac99b2d26fb8b44e73 (patch) | |
tree | 6d26f08661344d6f17271b287a4a89b9b85a9222 /arch/x86/kernel/amd_iommu_init.c | |
parent | be9a1d3c2e559b267983bcf8b003997b83befb49 (diff) | |
parent | 181de82ee3ffda1175f89d50c991dae31b79280c (diff) |
Merge branch 'x86/iommu' into x86/core
Diffstat (limited to 'arch/x86/kernel/amd_iommu_init.c')
-rw-r--r-- | arch/x86/kernel/amd_iommu_init.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kernel/amd_iommu_init.c b/arch/x86/kernel/amd_iommu_init.c index c6cc22815d35..c625800c55ca 100644 --- a/arch/x86/kernel/amd_iommu_init.c +++ b/arch/x86/kernel/amd_iommu_init.c | |||
@@ -28,6 +28,7 @@ | |||
28 | #include <asm/amd_iommu_types.h> | 28 | #include <asm/amd_iommu_types.h> |
29 | #include <asm/amd_iommu.h> | 29 | #include <asm/amd_iommu.h> |
30 | #include <asm/iommu.h> | 30 | #include <asm/iommu.h> |
31 | #include <asm/gart.h> | ||
31 | 32 | ||
32 | /* | 33 | /* |
33 | * definitions for the ACPI scanning code | 34 | * definitions for the ACPI scanning code |