[PATCH 8/9] dmaengine: sprd: drop unused module alias
From: Johan Hovold
Date: Thu Nov 20 2025 - 06:45:59 EST
The driver has never supported anything but OF probe so drop the unused
platform module alias.
Signed-off-by: Johan Hovold <johan@xxxxxxxxxx>
---
drivers/dma/sprd-dma.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/dma/sprd-dma.c b/drivers/dma/sprd-dma.c
index 187a090463ce..6207e0b185e1 100644
--- a/drivers/dma/sprd-dma.c
+++ b/drivers/dma/sprd-dma.c
@@ -1311,4 +1311,3 @@ MODULE_LICENSE("GPL v2");
MODULE_DESCRIPTION("DMA driver for Spreadtrum");
MODULE_AUTHOR("Baolin Wang <baolin.wang@xxxxxxxxxxxxxx>");
MODULE_AUTHOR("Eric Long <eric.long@xxxxxxxxxxxxxx>");
-MODULE_ALIAS("platform:sprd-dma");
--
2.51.2