PCI: Remove unused pci_dma_burst_advice()

pci_dma_burst_advice() was added by e24c2d963a ("[PATCH] PCI: DMA
bursting advice") but apparently never used.  Remove it.

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Michal Simek <monstr@monstr.eu>	# microblaze
CC: David S. Miller <davem@davemloft.net>
This commit is contained in:
Bjorn Helgaas
2015-06-04 16:38:17 -05:00
parent d59d36a7fc
commit 01d72a9518
15 changed files with 0 additions and 200 deletions

View File

@@ -22,16 +22,6 @@
struct pci_dev;
#ifdef CONFIG_PCI
static inline void pci_dma_burst_advice(struct pci_dev *pdev,
enum pci_dma_burst_strategy *strat,
unsigned long *strategy_parameter)
{
*strat = PCI_DMA_BURST_INFINITY;
*strategy_parameter = ~0UL;
}
#endif
#endif /* __KERNEL__ */
#ifndef CONFIG_LEON_PCI