mirror of
https://github.com/torvalds/linux.git
synced 2024-12-11 05:33:09 +00:00
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>
This commit is contained in:
parent
559595a985
commit
5f812de63c
@ -23,9 +23,7 @@
|
|||||||
#include <linux/debugfs.h>
|
#include <linux/debugfs.h>
|
||||||
#include <linux/scatterlist.h>
|
#include <linux/scatterlist.h>
|
||||||
#include <linux/iommu-helper.h>
|
#include <linux/iommu-helper.h>
|
||||||
#ifdef CONFIG_IOMMU_API
|
|
||||||
#include <linux/iommu.h>
|
#include <linux/iommu.h>
|
||||||
#endif
|
|
||||||
#include <asm/proto.h>
|
#include <asm/proto.h>
|
||||||
#include <asm/iommu.h>
|
#include <asm/iommu.h>
|
||||||
#include <asm/gart.h>
|
#include <asm/gart.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user