summaryrefslogtreecommitdiff
path: root/arch/ia64/include/asm/dma.h
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2019-08-13 09:25:04 +0200
committerTony Luck <tony.luck@intel.com>2019-08-16 11:33:57 -0700
commit768557ca5b062e14ccdc55d255f7ff50bb90d40a (patch)
tree0517f7ea0e27d83983aa19ddff7a2657f436a809 /arch/ia64/include/asm/dma.h
parentfc5bad03709f9c79ea299f554b6f99fc6f4fe31c (diff)
ia64: remove CONFIG_PCI ifdefs
Now that hpsim support is gone, CONFIG_PCI is forced on for ia64, and we can remove a few ifdefs for it. Acked-by: Tom Vaden <tom.vaden@hpe.com> Signed-off-by: Christoph Hellwig <hch@lst.de> Link: https://lkml.kernel.org/r/20190813072514.23299-19-hch@lst.de Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'arch/ia64/include/asm/dma.h')
-rw-r--r--arch/ia64/include/asm/dma.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/arch/ia64/include/asm/dma.h b/arch/ia64/include/asm/dma.h
index 23604d6a2cb2..59625e9c1f9c 100644
--- a/arch/ia64/include/asm/dma.h
+++ b/arch/ia64/include/asm/dma.h
@@ -12,11 +12,7 @@
extern unsigned long MAX_DMA_ADDRESS;
-#ifdef CONFIG_PCI
- extern int isa_dma_bridge_buggy;
-#else
-# define isa_dma_bridge_buggy (0)
-#endif
+extern int isa_dma_bridge_buggy;
#define free_dma(x)