[PATCH] dmaengine: st_fdma: drop unused module alias

From: Johan Hovold

Date: Thu Nov 20 2025 - 11:49:20 EST


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

Signed-off-by: Johan Hovold <johan@xxxxxxxxxx>
---

I apparently missed this one for my series posted earlier today:

https://lore.kernel.org/lkml/20251120114524.8431-1-johan@xxxxxxxxxx/

Johan


drivers/dma/st_fdma.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/drivers/dma/st_fdma.c b/drivers/dma/st_fdma.c
index c65ee0c7bfbd..dc2ab7d16cf2 100644
--- a/drivers/dma/st_fdma.c
+++ b/drivers/dma/st_fdma.c
@@ -866,4 +866,3 @@ MODULE_LICENSE("GPL v2");
MODULE_DESCRIPTION("STMicroelectronics FDMA engine driver");
MODULE_AUTHOR("Ludovic.barre <Ludovic.barre@xxxxxx>");
MODULE_AUTHOR("Peter Griffin <peter.griffin@xxxxxxxxxx>");
-MODULE_ALIAS("platform:" DRIVER_NAME);
--
2.51.2