On 9/17/2021 2:40 AM, 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(-)
Looks good, Reviewed-by: Max Gurtovoy <mgurtovoy@xxxxxxxxxx>