Re: [Very RFC 05/46] powernv/pci: Remove the pnv_phb dma_dev_setup callback

2019-11-20 Thread Alexey Kardashevskiy
On 20/11/2019 12:28, Oliver O'Halloran wrote: > This is only ever set for IODA PHBs. The only call site is in > pnv_pci_dma_dev_setup(), which is also only used by normal IODA PHBs, so > remove > the callback in favour of a direct call. > > Signed-off-by: Oliver O'Halloran Reviewed-by:

[Very RFC 05/46] powernv/pci: Remove the pnv_phb dma_dev_setup callback

2019-11-19 Thread Oliver O'Halloran
This is only ever set for IODA PHBs. The only call site is in pnv_pci_dma_dev_setup(), which is also only used by normal IODA PHBs, so remove the callback in favour of a direct call. Signed-off-by: Oliver O'Halloran --- arch/powerpc/platforms/powernv/pci-ioda.c | 4 +---