PCI: remove pci_dac_dma_... APIs
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / include / asm-arm / pci.h
index 9299a3c1ac3705db12e5913cfa71f4322344ea1f..ed3f898191f4d4b0eeb347a3e47df5966b23c186 100644 (file)
@@ -25,11 +25,6 @@ static inline void pcibios_penalize_isa_irq(int irq, int active)
  */
 #define PCI_DMA_BUS_IS_PHYS     (0)
 
-/*
- * We don't support DAC DMA cycles.
- */
-#define pci_dac_dma_supported(pci_dev, mask)   (0)
-
 /*
  * Whether pci_unmap_{single,page} is a nop depends upon the
  * configuration.