mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 03:24:45 +01:00
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>
This commit is contained in:
parent
660c40702d
commit
03adb0eb0e
1 changed files with 0 additions and 1 deletions
|
|
@ -999,6 +999,5 @@ static void __exit fsl_edma_exit(void)
|
|||
}
|
||||
module_exit(fsl_edma_exit);
|
||||
|
||||
MODULE_ALIAS("platform:fsl-edma");
|
||||
MODULE_DESCRIPTION("Freescale eDMA engine driver");
|
||||
MODULE_LICENSE("GPL v2");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue