dmaengine: xilinx: xdma: fix module autoloading
authorKrzysztof Kozlowski <krzk@kernel.org>
Wed, 10 Apr 2024 17:03:17 +0000 (19:03 +0200)
committerVinod Koul <vkoul@kernel.org>
Thu, 25 Apr 2024 09:14:10 +0000 (14:44 +0530)
commit700b2e1eccb4490752227d4339c3d2c3d52d06a7
tree140bd5b2afd698eb366201f498d8529480bf57f3
parent167ec660c247ea4c71a059290b50c100659d6e86
dmaengine: xilinx: xdma: fix module autoloading

Add MODULE_DEVICE_TABLE(), so the module could be properly autoloaded
based on the alias from of_device_id table.

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Link: https://lore.kernel.org/r/20240410170317.248715-2-krzk@kernel.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/xilinx/xdma.c