]> pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
AMD IOMMU: remove unnecessary ifdef
authorFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Mon, 5 Jan 2009 15:17:09 +0000 (00:17 +0900)
committerJoerg Roedel <joerg.roedel@amd.com>
Thu, 5 Mar 2009 11:09:41 +0000 (12:09 +0100)
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>
arch/x86/kernel/amd_iommu.c

index 5113c080f0c442093db228b759946766f59afb06..d7a7c4c063ff750880ba72ca0850ace5ba23eba1 100644 (file)
@@ -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>