summaryrefslogtreecommitdiffstats
path: root/arch/microblaze/include/asm/dma.h
diff options
context:
space:
mode:
authorStafford Horne <shorne@gmail.com>2022-07-29 22:47:13 +0200
committerStafford Horne <shorne@gmail.com>2022-07-29 22:47:13 +0200
commit0757060a438835df82bd8aec40d4abc7dc4c9584 (patch)
tree60415e5f5ddbf4a7269ee273e9b40c950460ae6e /arch/microblaze/include/asm/dma.h
parentLinux 5.19-rc6 (diff)
parentPCI: Stub __pci_ioport_map() for arches that don't support it at all (diff)
downloadlinux-0757060a438835df82bd8aec40d4abc7dc4c9584.tar.xz
linux-0757060a438835df82bd8aec40d4abc7dc4c9584.zip
Merge branch 'pci/header-cleanup-immutable' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
The OpenRISC PCI support depends on the fixups done in the pci/header-cleanup-immutable branch. Also, there are OpenRISC irqchip fixups in v5.19-rc6 that are needed to test the virt platform. This merge creates a base for the OpenRISC PCI changes.
Diffstat (limited to 'arch/microblaze/include/asm/dma.h')
-rw-r--r--arch/microblaze/include/asm/dma.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/microblaze/include/asm/dma.h b/arch/microblaze/include/asm/dma.h
index f801582be912..7484c9eb66c4 100644
--- a/arch/microblaze/include/asm/dma.h
+++ b/arch/microblaze/include/asm/dma.h
@@ -9,10 +9,4 @@
/* Virtual address corresponding to last available physical memory address. */
#define MAX_DMA_ADDRESS (CONFIG_KERNEL_START + memory_size - 1)
-#ifdef CONFIG_PCI
-extern int isa_dma_bridge_buggy;
-#else
-#define isa_dma_bridge_buggy (0)
-#endif
-
#endif /* _ASM_MICROBLAZE_DMA_H */