Skip to content

Commit 35bd507

Browse files
author
Christoph Hellwig
committed
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: Christoph Hellwig <[email protected]> Acked-by: Christian König <[email protected]>
1 parent 4fac807 commit 35bd507

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

arch/ia64/kernel/pci-dma.c

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,7 @@
1212
#include <asm/iommu.h>
1313
#include <asm/machvec.h>
1414
#include <linux/dma-mapping.h>
15-
16-
17-
#ifdef CONFIG_INTEL_IOMMU
18-
1915
#include <linux/kernel.h>
20-
2116
#include <asm/page.h>
2217

2318
dma_addr_t bad_dma_address __read_mostly;
@@ -115,5 +110,3 @@ void __init pci_iommu_alloc(void)
115110
}
116111
#endif /* CONFIG_SWIOTLB */
117112
}
118-
119-
#endif

0 commit comments

Comments
 (0)