[PATCH 1/9] dmaengine: bcm2835: 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/bcm2835-dma.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/drivers/dma/bcm2835-dma.c b/drivers/dma/bcm2835-dma.c
index 0117bb2e8591..321748e2983e 100644
--- a/drivers/dma/bcm2835-dma.c
+++ b/drivers/dma/bcm2835-dma.c
@@ -1060,7 +1060,6 @@ static struct platform_driver bcm2835_dma_driver = {

module_platform_driver(bcm2835_dma_driver);

-MODULE_ALIAS("platform:bcm2835-dma");
MODULE_DESCRIPTION("BCM2835 DMA engine driver");
MODULE_AUTHOR("Florian Meier <florian.meier@xxxxxxxx>");
MODULE_LICENSE("GPL");
--
2.51.2