swiotlb: remove the alloc_size parameter to swiotlb_tbl_unmap_single
authorChristoph Hellwig <hch@lst.de>
Mon, 1 Mar 2021 07:44:24 +0000 (08:44 +0100)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Wed, 17 Mar 2021 00:21:53 +0000 (00:21 +0000)
commit2973073a80b46daebc352c31d09d95d16cf6876e
tree92abcc0622a522e3409c2156f42da21a055bcb71
parent9906aa5bd6f5a13c9c5488d5426893a7b38b550f
swiotlb: remove the alloc_size parameter to swiotlb_tbl_unmap_single

Now that swiotlb remembers the allocation size there is no need to pass
it back to swiotlb_tbl_unmap_single.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
drivers/iommu/dma-iommu.c
drivers/xen/swiotlb-xen.c
include/linux/swiotlb.h
kernel/dma/direct.h
kernel/dma/swiotlb.c