xen-swiotlb: remove xen_io_tlb_start and xen_io_tlb_nslabs
authorChristoph Hellwig <hch@lst.de>
Mon, 1 Mar 2021 07:44:30 +0000 (08:44 +0100)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Wed, 17 Mar 2021 00:35:51 +0000 (00:35 +0000)
commitcbce99527ca7c4e98db9890651d5e9dfc2fb89ac
tree1f597893ed9f5087997f76c6a50cc2ce6decd25a
parent4035b43da6daa51668830becfe8537841414946b
xen-swiotlb: remove xen_io_tlb_start and xen_io_tlb_nslabs

The xen_io_tlb_start and xen_io_tlb_nslabs variables are now only used in
xen_swiotlb_init, so replace them with local variables.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
drivers/xen/swiotlb-xen.c