Skip to content

Commit

Permalink
AMD IOMMU: remove unnecessary ifdef
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
FUJITA Tomonori authored and Joerg Roedel committed Mar 5, 2009
1 parent 559595a commit 5f812de
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arch/x86/kernel/amd_iommu.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 5f812de

Please sign in to comment.