From: Jindong Yue Date: Wed, 25 Feb 2026 21:41:42 +0000 (-0500) Subject: dmaengine: mxs-dma: Add module license and description X-Git-Tag: v7.1-rc1~109^2~30 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e1b712c9352cf74285973462ced8d60ed7a9183c;p=thirdparty%2Fkernel%2Flinux.git dmaengine: mxs-dma: Add module license and description Module license string is required for loading it as a module. Signed-off-by: Jindong Yue Signed-off-by: Frank Li Link: https://patch.msgid.link/20260225-mxsdma-module-v3-6-8f798b13baa6@nxp.com Signed-off-by: Vinod Koul --- diff --git a/drivers/dma/mxs-dma.c b/drivers/dma/mxs-dma.c index be35affb91576..7acb3d29dad30 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");