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

Frank Li Frank.Li at nxp.com
Wed Feb 25 13:41:42 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 be35affb91576f43d4ec41179f4f0013eee2d347..7acb3d29dad3074ac842425619f7373fdf0e56b3 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.43.0




More information about the linux-arm-kernel mailing list