[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20251120164907.28007-1-johan@kernel.org>
Date: Thu, 20 Nov 2025 17:49:07 +0100
From: Johan Hovold <johan@...nel.org>
To: Vinod Koul <vkoul@...nel.org>
Cc: dmaengine@...r.kernel.org,
linux-kernel@...r.kernel.org,
Johan Hovold <johan@...nel.org>
Subject: [PATCH] dmaengine: st_fdma: 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@...nel.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@...com>");
MODULE_AUTHOR("Peter Griffin <peter.griffin@...aro.org>");
-MODULE_ALIAS("platform:" DRIVER_NAME);
--
2.51.2
Powered by blists - more mailing lists