diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2008-07-11 01:23:42 (GMT) |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-07-11 09:00:54 (GMT) |
commit | 46a7fa270afbe5fddc6042a598cfe22977b0e989 (patch) | |
tree | ffb15835aab8e3db8486bfb8f08020cdc36a140e /arch/x86/kernel/amd_iommu_init.c | |
parent | f361a450bf1ad14e2b003217dbf3958638631265 (diff) | |
download | linux-fsl-qoriq-46a7fa270afbe5fddc6042a598cfe22977b0e989.tar.xz |
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 'arch/x86/kernel/amd_iommu_init.c')
-rw-r--r-- | arch/x86/kernel/amd_iommu_init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/amd_iommu_init.c b/arch/x86/kernel/amd_iommu_init.c index 2a13e43..6643828 100644 --- a/arch/x86/kernel/amd_iommu_init.c +++ b/arch/x86/kernel/amd_iommu_init.c @@ -25,7 +25,7 @@ #include <asm/pci-direct.h> #include <asm/amd_iommu_types.h> #include <asm/amd_iommu.h> -#include <asm/gart.h> +#include <asm/iommu.h> /* * definitions for the ACPI scanning code |