[PATCH] dmaengine: st_fdma: drop unused module alias

Johan Hovold posted 1 patch 1 week, 4 days ago
drivers/dma/st_fdma.c | 1 -
1 file changed, 1 deletion(-)
[PATCH] dmaengine: st_fdma: drop unused module alias
Posted by Johan Hovold 1 week, 4 days ago
The driver has never supported anything but OF probe so drop the
unused platform module alias.

Signed-off-by: Johan Hovold <johan@kernel.org>
---

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

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

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@st.com>");
 MODULE_AUTHOR("Peter Griffin <peter.griffin@linaro.org>");
-MODULE_ALIAS("platform:" DRIVER_NAME);
-- 
2.51.2
Re: [PATCH] dmaengine: st_fdma: drop unused module alias
Posted by Vinod Koul 1 week, 2 days ago
On Thu, 20 Nov 2025 17:49:07 +0100, Johan Hovold wrote:
> The driver has never supported anything but OF probe so drop the
> unused platform module alias.
> 
> 

Applied, thanks!

[1/1] dmaengine: st_fdma: drop unused module alias
      commit: cd3ba117688f7694f000293fd5c034f9f842dbb2

Best regards,
-- 
~Vinod