Commit 9289b9d3 authored by Bjorn Helgaas's avatar Bjorn Helgaas

unicore32: Remove unused HAVE_ARCH_PCI_SET_DMA_MASK definition

HAVE_ARCH_PCI_SET_DMA_MASK is unused, so remove the #define for it.
Signed-off-by: default avatarBjorn Helgaas <bhelgaas@google.com>
Acked-by: default avatarGUAN Xuetao <gxt@mprc.pku.edu.cn>
parent fe537670
...@@ -28,11 +28,6 @@ ...@@ -28,11 +28,6 @@
#define PCIBIOS_MIN_IO 0x4000 /* should lower than 64KB */ #define PCIBIOS_MIN_IO 0x4000 /* should lower than 64KB */
#define PCIBIOS_MIN_MEM io_v2p(PKUNITY_PCIMEM_BASE) #define PCIBIOS_MIN_MEM io_v2p(PKUNITY_PCIMEM_BASE)
/*
* We override the standard dma-mask routines for bouncing.
*/
#define HAVE_ARCH_PCI_SET_DMA_MASK
#define pcibios_assign_all_busses() 1 #define pcibios_assign_all_busses() 1
#endif /* __MACH_PUV3_HARDWARE_H__ */ #endif /* __MACH_PUV3_HARDWARE_H__ */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment