Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

dmaengine: dw: dmamux: Export the module device table

This is a tristate driver that can be built as a module, as a result,
the OF match table should be exported with MODULE_DEVICE_TABLE().

Fixes: 134d9c52fca2 ("dmaengine: dw: dmamux: Introduce RZN1 DMA router support")
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20220609141455.300879-1-miquel.raynal@bootlin.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>

authored by

Miquel Raynal and committed by
Vinod Koul
2717d338 11a72ae9

+1
+1
drivers/dma/dw/rzn1-dmamux.c
··· 140 140 { .compatible = "renesas,rzn1-dmamux" }, 141 141 {} 142 142 }; 143 + MODULE_DEVICE_TABLE(of, rzn1_dmamux_match); 143 144 144 145 static struct platform_driver rzn1_dmamux_driver = { 145 146 .driver = {