summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/early-quirks.c
diff options
context:
space:
mode:
authorJoerg Roedel <joerg.roedel@amd.com>2008-11-27 17:39:15 (GMT)
committerIngo Molnar <mingo@elte.hu>2008-11-28 12:06:27 (GMT)
commit1d9b16d1690fe5edb1c907fe4746681cf026cdf3 (patch)
tree938fa2da8587a029f66ad979c1d233dfdbe9ef70 /arch/x86/kernel/early-quirks.c
parenta1afd01c175324656d0e8f1c82ea94b474953c04 (diff)
downloadlinux-1d9b16d1690fe5edb1c907fe4746681cf026cdf3.tar.xz
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>
Diffstat (limited to 'arch/x86/kernel/early-quirks.c')
-rw-r--r--arch/x86/kernel/early-quirks.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kernel/early-quirks.c b/arch/x86/kernel/early-quirks.c
index 1b894b7..744aa7f 100644
--- a/arch/x86/kernel/early-quirks.c
+++ b/arch/x86/kernel/early-quirks.c
@@ -17,6 +17,7 @@
#include <asm/io_apic.h>
#include <asm/apic.h>
#include <asm/iommu.h>
+#include <asm/gart.h>
static void __init fix_hypertransport_config(int num, int slot, int func)
{