dma-direct: remove the dma_handle argument to __dma_direct_alloc_pages
authorChristoph Hellwig <hch@lst.de>
Tue, 29 Oct 2019 08:57:32 +0000 (09:57 +0100)
committerChristoph Hellwig <hch@lst.de>
Thu, 7 Nov 2019 16:25:57 +0000 (17:25 +0100)
commit4e1003aa56a7d60ddb048e43a7a51368fcfe36af
treeb206b4e7b2d1c5fa9acd49c09d5fdba965d2c461
parentacaade1af3587132e7ea585f470a95261e14f60c
dma-direct: remove the dma_handle argument to __dma_direct_alloc_pages

The argument isn't used anywhere, so stop passing it.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Max Filippov <jcmvbkbc@gmail.com>
include/linux/dma-direct.h
kernel/dma/direct.c
kernel/dma/remap.c