]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
dmaengine: mxs-dma: Add module license and description
authorJindong Yue <jindong.yue@nxp.com>
Wed, 25 Feb 2026 21:41:42 +0000 (16:41 -0500)
committerVinod Koul <vkoul@kernel.org>
Mon, 9 Mar 2026 11:20:47 +0000 (12:20 +0100)
Module license string is required for loading it as a module.

Signed-off-by: Jindong Yue <jindong.yue@nxp.com>
Signed-off-by: Frank Li <Frank.Li@nxp.com>
Link: https://patch.msgid.link/20260225-mxsdma-module-v3-6-8f798b13baa6@nxp.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/mxs-dma.c

index be35affb91576f43d4ec41179f4f0013eee2d347..7acb3d29dad3074ac842425619f7373fdf0e56b3 100644 (file)
@@ -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");