dmaengine: mxs-dma: Add module license and description

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>
This commit is contained in:
Jindong Yue
2026-02-25 16:41:42 -05:00
committed by Vinod Koul
parent d11544c674
commit e1b712c935

View 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");