Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1351838
| From | Bjorn Helgaas <helgaas@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 1/3] frv: remove stray pci_{alloc,free}_consistent declaration |
| Date | 2016-03-07 19:00 +0100 |
| Message-ID | <ra7BM-61Q-9@gated-at.bofh.it> (permalink) |
| References | <r9IDn-6Jh-1@gated-at.bofh.it> <r9IDo-6Jh-15@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
[+cc David M, David H] On Sun, Mar 06, 2016 at 04:17:53PM +0100, Christoph Hellwig wrote: > Signed-off-by: Christoph Hellwig <hch@lst.de> Applied with acks from David M & David H to pci/misc for v4.6, thanks! > --- > arch/frv/include/asm/pci.h | 6 ------ > 1 file changed, 6 deletions(-) > > diff --git a/arch/frv/include/asm/pci.h b/arch/frv/include/asm/pci.h > index e43d22c..7e96b57 100644 > --- a/arch/frv/include/asm/pci.h > +++ b/arch/frv/include/asm/pci.h > @@ -32,12 +32,6 @@ extern void consistent_sync_page(struct page *page, unsigned long offset, > size_t size, int direction); > #endif > > -extern void *pci_alloc_consistent(struct pci_dev *hwdev, size_t size, > - dma_addr_t *dma_handle); > - > -extern void pci_free_consistent(struct pci_dev *hwdev, size_t size, > - void *vaddr, dma_addr_t dma_handle); > - > /* Return the index of the PCI controller for device PDEV. */ > #define pci_controller_num(PDEV) (0) > > -- > 2.1.4 > > -- > To unsubscribe from this list: send the line "unsubscribe linux-arch" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
two small PCI header cleanups Christoph Hellwig <hch@lst.de> - 2016-03-06 16:20 +0100
[PATCH 1/3] frv: remove stray pci_{alloc,free}_consistent declaration Christoph Hellwig <hch@lst.de> - 2016-03-06 16:20 +0100
Re: [PATCH 1/3] frv: remove stray pci_{alloc,free}_consistent declaration Bjorn Helgaas <helgaas@kernel.org> - 2016-03-07 19:00 +0100
[PATCH 3/3] pci: move pci_dma_* helpers to common code Christoph Hellwig <hch@lst.de> - 2016-03-06 16:20 +0100
Re: [PATCH 3/3] pci: move pci_dma_* helpers to common code Bjorn Helgaas <helgaas@kernel.org> - 2016-03-07 19:30 +0100
Re: [PATCH 3/3] pci: move pci_dma_* helpers to common code Christoph Hellwig <hch@lst.de> - 2016-03-08 08:40 +0100
Re: [PATCH 3/3] pci: move pci_dma_* helpers to common code Christoph Hellwig <hch@lst.de> - 2016-03-08 18:50 +0100
Re: [PATCH 3/3] pci: move pci_dma_* helpers to common code Bjorn Helgaas <helgaas@kernel.org> - 2016-03-08 19:00 +0100
Re: [PATCH 3/3] pci: move pci_dma_* helpers to common code Bjorn Helgaas <helgaas@kernel.org> - 2016-03-08 18:50 +0100
[PATCH 2/3] pci: move pci-bridge.h out of asm-generic Christoph Hellwig <hch@lst.de> - 2016-03-06 16:20 +0100
Re: [PATCH 2/3] pci: move pci-bridge.h out of asm-generic Bjorn Helgaas <helgaas@kernel.org> - 2016-03-07 17:40 +0100
Re: [PATCH 2/3] pci: move pci-bridge.h out of asm-generic Christoph Hellwig <hch@lst.de> - 2016-03-07 17:40 +0100
Re: two small PCI header cleanups Arnd Bergmann <arnd@arndb.de> - 2016-03-06 21:50 +0100
Re: two small PCI header cleanups Christoph Hellwig <hch@lst.de> - 2016-03-06 22:00 +0100
csiph-web