diff options
author | Michal Simek <michal.simek@xilinx.com> | 2014-05-16 13:29:45 +0200 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2014-06-04 06:59:56 +0200 |
commit | 28d1880c6872af3d1c17bc46da5795b9eba04bee (patch) | |
tree | bec56ee411c3cf66925f11cfcf825e5cfd0a2585 /arch/microblaze/include | |
parent | 3b3b6853bc9502282e7f53c117a18f20f0581fd9 (diff) | |
download | blackbird-obmc-linux-28d1880c6872af3d1c17bc46da5795b9eba04bee.tar.gz blackbird-obmc-linux-28d1880c6872af3d1c17bc46da5795b9eba04bee.zip |
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) } #ifdef CONFIG_PCI -extern void set_pci_dma_ops(struct dma_map_ops *dma_ops); -extern struct dma_map_ops *get_pci_dma_ops(void); -#else /* CONFIG_PCI */ -#define set_pci_dma_ops(d) -#define get_pci_dma_ops() NULL -#endif - -#ifdef CONFIG_PCI static inline void pci_dma_burst_advice(struct pci_dev *pdev, enum pci_dma_burst_strategy *strat, unsigned long *strategy_parameter) |