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-edma: 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-4-johan@kernel.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>

authored by

Johan Hovold and committed by
Vinod Koul
03adb0eb 660c4070

-1
-1
drivers/dma/fsl-edma-main.c
··· 999 999 } 1000 1000 module_exit(fsl_edma_exit); 1001 1001 1002 - MODULE_ALIAS("platform:fsl-edma"); 1003 1002 MODULE_DESCRIPTION("Freescale eDMA engine driver"); 1004 1003 MODULE_LICENSE("GPL v2");