]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - arch/microblaze/include/asm/pci.h
Merge tag 'pci-v4.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaa...
[linux.git] / arch / microblaze / include / asm / pci.h
index 54ee9196485271a0e4416e503a7a8805783e9bef..859c19828dd4499375e3d3e9c64a4d31a9afc138 100644 (file)
@@ -19,7 +19,6 @@
 #include <linux/scatterlist.h>
 
 #include <asm/io.h>
-#include <asm/prom.h>
 #include <asm/pci-bridge.h>
 
 #define PCIBIOS_MIN_IO         0x1000
@@ -62,12 +61,6 @@ extern int pci_mmap_legacy_page_range(struct pci_bus *bus,
 
 #define HAVE_PCI_LEGACY        1
 
-/* The PCI address space does equal the physical memory
- * address space (no IOMMU).  The IDE and SCSI device layers use
- * this boolean for bounce buffer decisions.
- */
-#define PCI_DMA_BUS_IS_PHYS     (1)
-
 extern void pcibios_resource_survey(void);
 
 struct file;