Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

dmaengine: fsl-qdma: drop unused module alias

The driver has never supported anything but OF probe so drop the unused
platform module alias.

Signed-off-by: Johan Hovold <johan@kernel.org>
Reviewed-by: Frank Li <Frank.Li@nxp.com>
Link: https://patch.msgid.link/20251120114524.8431-5-johan@kernel.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>

authored by

Johan Hovold and committed by
Vinod Koul
9180a66f 03adb0eb

-1
-1
drivers/dma/fsl-qdma.c
··· 1296 1296 1297 1297 module_platform_driver(fsl_qdma_driver); 1298 1298 1299 - MODULE_ALIAS("platform:fsl-qdma"); 1300 1299 MODULE_LICENSE("GPL v2"); 1301 1300 MODULE_DESCRIPTION("NXP Layerscape qDMA engine driver");