diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2009-01-05 10:17:09 -0500 |
---|---|---|
committer | Joerg Roedel <joerg.roedel@amd.com> | 2009-03-05 06:09:41 -0500 |
commit | 5f812de63ce515265ebd84e932c762136924ab84 (patch) | |
tree | 786a5bdc47e012b299049ac19bc97be511b15f50 /arch/x86 | |
parent | 559595a985e106d2fa9f0c79b7f5805453fed593 (diff) |
AMD IOMMU: remove unnecessary ifdef
We try to avoid this type of ifdef and we can safely remove this
ifdef.
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
Diffstat (limited to 'arch/x86')
-rw-r--r-- | arch/x86/kernel/amd_iommu.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/kernel/amd_iommu.c b/arch/x86/kernel/amd_iommu.c index 5113c080f0c4..d7a7c4c063ff 100644 --- a/arch/x86/kernel/amd_iommu.c +++ b/arch/x86/kernel/amd_iommu.c | |||
@@ -23,9 +23,7 @@ | |||
23 | #include <linux/debugfs.h> | 23 | #include <linux/debugfs.h> |
24 | #include <linux/scatterlist.h> | 24 | #include <linux/scatterlist.h> |
25 | #include <linux/iommu-helper.h> | 25 | #include <linux/iommu-helper.h> |
26 | #ifdef CONFIG_IOMMU_API | ||
27 | #include <linux/iommu.h> | 26 | #include <linux/iommu.h> |
28 | #endif | ||
29 | #include <asm/proto.h> | 27 | #include <asm/proto.h> |
30 | #include <asm/iommu.h> | 28 | #include <asm/iommu.h> |
31 | #include <asm/gart.h> | 29 | #include <asm/gart.h> |