Skip to content

Commit 03adb0e

Browse files
jhovoldvinodkoul
authored andcommitted
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>
1 parent 660c407 commit 03adb0e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

drivers/dma/fsl-edma-main.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -999,6 +999,5 @@ static void __exit fsl_edma_exit(void)
999999
}
10001000
module_exit(fsl_edma_exit);
10011001

1002-
MODULE_ALIAS("platform:fsl-edma");
10031002
MODULE_DESCRIPTION("Freescale eDMA engine driver");
10041003
MODULE_LICENSE("GPL v2");

0 commit comments

Comments
 (0)