diff options
author | Christoph Hellwig <hch@lst.de> | 2019-08-13 10:25:04 +0300 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2019-08-16 21:33:57 +0300 |
commit | 768557ca5b062e14ccdc55d255f7ff50bb90d40a (patch) | |
tree | 0517f7ea0e27d83983aa19ddff7a2657f436a809 /arch/ia64/include/asm | |
parent | fc5bad03709f9c79ea299f554b6f99fc6f4fe31c (diff) | |
download | linux-768557ca5b062e14ccdc55d255f7ff50bb90d40a.tar.xz |
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')
-rw-r--r-- | arch/ia64/include/asm/dma.h | 6 |
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) |