summaryrefslogtreecommitdiffstats
path: root/include/asm-x86/gart.h
diff options
context:
space:
mode:
authorFUJITA Tomonori2008-07-11 03:23:42 +0200
committerIngo Molnar2008-07-11 11:00:54 +0200
commit46a7fa270afbe5fddc6042a598cfe22977b0e989 (patch)
treeffb15835aab8e3db8486bfb8f08020cdc36a140e /include/asm-x86/gart.h
parentx86: introduce max_low_pfn_mapped for 64-bit (diff)
downloadkernel-qcow2-linux-46a7fa270afbe5fddc6042a598cfe22977b0e989.tar.gz
kernel-qcow2-linux-46a7fa270afbe5fddc6042a598cfe22977b0e989.tar.xz
kernel-qcow2-linux-46a7fa270afbe5fddc6042a598cfe22977b0e989.zip
x86: make only GART code include gart.h
gart.h has only GART-specific stuff. Only GART code needs it. Other IOMMU stuff should include iommu.h instead of gart.h. Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> Acked-by: Muli Ben-Yehuda <muli@il.ibm.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/asm-x86/gart.h')
-rw-r--r--include/asm-x86/gart.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-x86/gart.h b/include/asm-x86/gart.h
index 33b9aeeb35a2..3f62a83887f3 100644
--- a/include/asm-x86/gart.h
+++ b/include/asm-x86/gart.h
@@ -2,7 +2,6 @@
#define _ASM_X8664_GART_H 1
#include <asm/e820.h>
-#include <asm/iommu.h>
extern void set_up_gart_resume(u32, u32);