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

Commit 35bd5071 authored by Christoph Hellwig's avatar Christoph Hellwig
Browse files

ia64: remove an ifdef around the content of pci-dma.c



The file is only compiled if CONFIG_INTEL_IOMMU is set to start with.

Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
Acked-by: default avatarChristian König <christian.koenig@amd.com>
parent 4fac8076
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -12,12 +12,7 @@
#include <asm/iommu.h>
#include <asm/machvec.h>
#include <linux/dma-mapping.h>


#ifdef CONFIG_INTEL_IOMMU

#include <linux/kernel.h>

#include <asm/page.h>

dma_addr_t bad_dma_address __read_mostly;
@@ -115,5 +110,3 @@ void __init pci_iommu_alloc(void)
	}
#endif /* CONFIG_SWIOTLB */
}

#endif