]> git.ipfire.org Git - thirdparty/linux.git/commit
dmaengine: Use device_get_match_data()
authorRob Herring <robh@kernel.org>
Fri, 6 Oct 2023 21:38:43 +0000 (16:38 -0500)
committerVinod Koul <vkoul@kernel.org>
Mon, 9 Oct 2023 05:24:48 +0000 (10:54 +0530)
commita67ba97dfb30486deb4661f770b954387acc898d
tree8fb9a02a53c281372134edba8a0e7646cc0950f8
parent0481291f0ccbc5147635cf0eb108f9fe5a05ee7d
dmaengine: Use device_get_match_data()

Use preferred device_get_match_data() instead of of_match_device() to
get the driver match data. With this, adjust the includes to explicitly
include the correct headers.

Signed-off-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20231006213844.333027-1-robh@kernel.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/fsl-edma-main.c
drivers/dma/mmp_tdma.c
drivers/dma/mv_xor.c
drivers/dma/st_fdma.c