aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/pci-dma.c
diff options
context:
space:
mode:
authorJoerg Roedel <joerg.roedel@amd.com>2008-11-27 18:39:15 +0100
committerIngo Molnar <mingo@elte.hu>2008-11-28 13:06:27 +0100
commit1d9b16d1690fe5edb1c907fe4746681cf026cdf3 (patch)
tree938fa2da8587a029f66ad979c1d233dfdbe9ef70 /arch/x86/kernel/pci-dma.c
parentx86: default to SWIOTLB=y on x86_64 (diff)
downloadlinux-dev-1d9b16d1690fe5edb1c907fe4746681cf026cdf3.tar.xz
linux-dev-1d9b16d1690fe5edb1c907fe4746681cf026cdf3.zip
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/pci-dma.c')
-rw-r--r--arch/x86/kernel/pci-dma.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kernel/pci-dma.c b/arch/x86/kernel/pci-dma.c
index 192624820217..12eeb4bfcdeb 100644
--- a/arch/x86/kernel/pci-dma.c
+++ b/arch/x86/kernel/pci-dma.c
@@ -6,6 +6,7 @@
#include <asm/proto.h>
#include <asm/dma.h>
#include <asm/iommu.h>
+#include <asm/gart.h>
#include <asm/calgary.h>
#include <asm/amd_iommu.h>