diff options
| author | Michal Simek <michal.simek@xilinx.com> | 2014-05-16 07:29:45 -0400 |
|---|---|---|
| committer | Michal Simek <michal.simek@xilinx.com> | 2014-06-04 00:59:56 -0400 |
| commit | 28d1880c6872af3d1c17bc46da5795b9eba04bee (patch) | |
| tree | bec56ee411c3cf66925f11cfcf825e5cfd0a2585 /arch/microblaze/include | |
| parent | 3b3b6853bc9502282e7f53c117a18f20f0581fd9 (diff) | |
microblaze: Do not setup pci_dma_ops
pci_dma_ops are dma_direct_ops which are setup
by default that's why not setup it again.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'arch/microblaze/include')
| -rw-r--r-- | arch/microblaze/include/asm/pci.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/microblaze/include/asm/pci.h b/arch/microblaze/include/asm/pci.h index 935f9bec414a..dea209cccf7f 100644 --- a/arch/microblaze/include/asm/pci.h +++ b/arch/microblaze/include/asm/pci.h | |||
| @@ -50,14 +50,6 @@ static inline void pcibios_penalize_isa_irq(int irq, int active) | |||
| 50 | } | 50 | } |
| 51 | 51 | ||
| 52 | #ifdef CONFIG_PCI | 52 | #ifdef CONFIG_PCI |
| 53 | extern void set_pci_dma_ops(struct dma_map_ops *dma_ops); | ||
| 54 | extern struct dma_map_ops *get_pci_dma_ops(void); | ||
| 55 | #else /* CONFIG_PCI */ | ||
| 56 | #define set_pci_dma_ops(d) | ||
| 57 | #define get_pci_dma_ops() NULL | ||
| 58 | #endif | ||
| 59 | |||
| 60 | #ifdef CONFIG_PCI | ||
| 61 | static inline void pci_dma_burst_advice(struct pci_dev *pdev, | 53 | static inline void pci_dma_burst_advice(struct pci_dev *pdev, |
| 62 | enum pci_dma_burst_strategy *strat, | 54 | enum pci_dma_burst_strategy *strat, |
| 63 | unsigned long *strategy_parameter) | 55 | unsigned long *strategy_parameter) |
