diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2009-01-06 00:17:09 +0900 |
---|---|---|
committer | Joerg Roedel <joerg.roedel@amd.com> | 2009-03-05 12:09:41 +0100 |
commit | 5f812de63ce515265ebd84e932c762136924ab84 (patch) | |
tree | 786a5bdc47e012b299049ac19bc97be511b15f50 /arch/x86 | |
parent | 559595a985e106d2fa9f0c79b7f5805453fed593 (diff) | |
download | linux-5f812de63ce515265ebd84e932c762136924ab84.tar.gz linux-5f812de63ce515265ebd84e932c762136924ab84.tar.bz2 linux-5f812de63ce515265ebd84e932c762136924ab84.zip |
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 @@ #include <linux/debugfs.h> #include <linux/scatterlist.h> #include <linux/iommu-helper.h> -#ifdef CONFIG_IOMMU_API #include <linux/iommu.h> -#endif #include <asm/proto.h> #include <asm/iommu.h> #include <asm/gart.h> |