commit | 1d9b16d1690fe5edb1c907fe4746681cf026cdf3 | [log] [tgz] |
---|---|---|
author | Joerg Roedel <joerg.roedel@amd.com> | Thu Nov 27 18:39:15 2008 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Fri Nov 28 13:06:27 2008 +0100 |
tree | 938fa2da8587a029f66ad979c1d233dfdbe9ef70 | |
parent | a1afd01c175324656d0e8f1c82ea94b474953c04 [diff] [blame] |
x86: move GART specific stuff from iommu.h to gart.h Impact: cleanup Signed-off-by: Joerg Roedel <joerg.roedel@amd.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
diff --git a/arch/x86/kernel/setup.c b/arch/x86/kernel/setup.c index 0fa6790..67d5979 100644 --- a/arch/x86/kernel/setup.c +++ b/arch/x86/kernel/setup.c
@@ -93,6 +93,7 @@ #include <asm/desc.h> #include <asm/dma.h> #include <asm/iommu.h> +#include <asm/gart.h> #include <asm/mmu_context.h> #include <asm/proto.h>