Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5f812de6 authored by FUJITA Tomonori's avatar FUJITA Tomonori Committed by Joerg Roedel
Browse files

AMD IOMMU: remove unnecessary ifdef



We try to avoid this type of ifdef and we can safely remove this
ifdef.

Signed-off-by: default avatarFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Signed-off-by: default avatarJoerg Roedel <joerg.roedel@amd.com>
parent 559595a9
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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>