Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1351133 > unrolled thread
| Started by | Christoph Hellwig <hch@lst.de> |
|---|---|
| First post | 2016-03-06 16:20 +0100 |
| Last post | 2016-03-07 16:00 +0100 |
| Articles | 3 — 3 participants |
Back to article view | Back to linux.kernel
[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 David Miller <davem@davemloft.net> - 2016-03-07 04:40 +0100
Re: [PATCH 1/3] frv: remove stray pci_{alloc,free}_consistent declaration David Howells <dhowells@redhat.com> - 2016-03-07 16:00 +0100
| From | Christoph Hellwig <hch@lst.de> |
|---|---|
| Date | 2016-03-06 16:20 +0100 |
| Subject | [PATCH 1/3] frv: remove stray pci_{alloc,free}_consistent declaration |
| Message-ID | <r9IDo-6Jh-9@gated-at.bofh.it> |
Signed-off-by: Christoph Hellwig <hch@lst.de> --- 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
[toc] | [next] | [standalone]
| From | David Miller <davem@davemloft.net> |
|---|---|
| Date | 2016-03-07 04:40 +0100 |
| Subject | Re: [PATCH 1/3] frv: remove stray pci_{alloc,free}_consistent declaration |
| Message-ID | <r9Ubw-5PK-9@gated-at.bofh.it> |
| In reply to | #1351133 |
From: Christoph Hellwig <hch@lst.de> Date: Sun, 6 Mar 2016 16:15:38 +0100 > Signed-off-by: Christoph Hellwig <hch@lst.de> Acked-by: David S. Miller <davem@davemloft.net>
[toc] | [prev] | [next] | [standalone]
| From | David Howells <dhowells@redhat.com> |
|---|---|
| Date | 2016-03-07 16:00 +0100 |
| Message-ID | <ra4Nz-49R-5@gated-at.bofh.it> |
| In reply to | #1351133 |
Acked-by: David Howells <dhowells@redhat.com>
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web