VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   57 Tags
author: Krzysztof Kozlowski <krzk@kernel.org> 2020-11-20 17:23:02 +0100 committer: Vinod Koul <vkoul@kernel.org> 2020-11-24 23:02:20 +0530 commit: 25d39b590dac0b8230cc3663c9f8f1a3a21831fd parent: 75fa2d4218c7df7added689dc941ba7b52519b2e
Commit Summary:
dmaengine: stm32: mark of_device_id table as maybe unused
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/drivers/dma/stm32-dmamux.c b/drivers/dma/stm32-dmamux.c
index a10ccd964376..ef0d0555103d 100644
--- a/drivers/dma/stm32-dmamux.c
+++ b/drivers/dma/stm32-dmamux.c
@@ -168,7 +168,7 @@ error_chan_id:
 	return ERR_PTR(ret);
 }
 
-static const struct of_device_id stm32_stm32dma_master_match[] = {
+static const struct of_device_id stm32_stm32dma_master_match[] __maybe_unused = {
 	{ .compatible = "st,stm32-dma", },
 	{},
 };