]> git.baikalelectronics.ru Git - kernel.git/commit
dmaengine: dw: dmamux: Export the module device table
authorMiquel Raynal <miquel.raynal@bootlin.com>
Thu, 9 Jun 2022 14:14:54 +0000 (16:14 +0200)
committerVinod Koul <vkoul@kernel.org>
Fri, 10 Jun 2022 12:21:21 +0000 (17:51 +0530)
commit809cb49b34e7527f190c5d9f2e48aff3335beb55
treecc67764cd5ae2b69d06b6ae9488cb1b472eb6297
parent6f2b163913db852d7308ce09ed48eabb2819a7a2
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: 67a354aad094 ("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>
drivers/dma/dw/rzn1-dmamux.c