Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

frv/PCI: Remove stray pci_{alloc,free}_consistent() declaration

FRV doesn't implement pci_{alloc,free}_consistent(), so remove the
declarations for them.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: David S. Miller <davem@davemloft.net>
Acked-by: David Howells <dhowells@redhat.com>

authored by

Christoph Hellwig and committed by
Bjorn Helgaas
611609bc 952bbcb0

-6
-6
arch/frv/include/asm/pci.h
··· 32 32 size_t size, int direction); 33 33 #endif 34 34 35 - extern void *pci_alloc_consistent(struct pci_dev *hwdev, size_t size, 36 - dma_addr_t *dma_handle); 37 - 38 - extern void pci_free_consistent(struct pci_dev *hwdev, size_t size, 39 - void *vaddr, dma_addr_t dma_handle); 40 - 41 35 /* Return the index of the PCI controller for device PDEV. */ 42 36 #define pci_controller_num(PDEV) (0) 43 37