Re: [PATCH v3 13/20] PCI/P2PDMA: remove pci_p2pdma_[un]map_sg()

From: Jason Gunthorpe
Date: Tue Sep 28 2021 - 15:43:52 EST


On Thu, Sep 16, 2021 at 05:40:53PM -0600, Logan Gunthorpe wrote:
> This interface is superseded by support in dma_map_sg() which now supports
> heterogeneous scatterlists. There are no longer any users, so remove it.
>
> Signed-off-by: Logan Gunthorpe <logang@xxxxxxxxxxxx>
> ---
> drivers/pci/p2pdma.c | 65 --------------------------------------
> include/linux/pci-p2pdma.h | 27 ----------------
> 2 files changed, 92 deletions(-)

Reviewed-by: Jason Gunthorpe <jgg@xxxxxxxxxx>

Good riddance :)

Jason