[PATCH 06/13] dmaengine: mxs-dma: Add module license and description

Frank Li Frank.Li at nxp.com
Wed Jan 14 14:33:18 PST 2026


From: Jindong Yue <jindong.yue at nxp.com>

Module license string is required for loading it as a module.

Signed-off-by: Jindong Yue <jindong.yue at nxp.com>
Signed-off-by: Frank Li <Frank.Li at nxp.com>
---
 drivers/dma/mxs-dma.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/drivers/dma/mxs-dma.c b/drivers/dma/mxs-dma.c
index e047a41a8df2e84e0c68b112f59cc79c0ab84491..083a396a8d0d6f92bdde41e90c09f316da0dcad5 100644
--- a/drivers/dma/mxs-dma.c
+++ b/drivers/dma/mxs-dma.c
@@ -836,3 +836,6 @@ static struct platform_driver mxs_dma_driver = {
 };
 
 builtin_platform_driver(mxs_dma_driver);
+
+MODULE_DESCRIPTION("MXS DMA driver");
+MODULE_LICENSE("GPL");

-- 
2.34.1




More information about the linux-arm-kernel mailing list