Skip to content

Commit bfab38b

Browse files
jhovoldvinodkoul
authored andcommitted
dmaengine: bcm2835: 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@kernel.org> Link: https://patch.msgid.link/20251120114524.8431-2-johan@kernel.org Signed-off-by: Vinod Koul <vkoul@kernel.org>
1 parent 5d8c5be commit bfab38b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

drivers/dma/bcm2835-dma.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1060,7 +1060,6 @@ static struct platform_driver bcm2835_dma_driver = {
10601060

10611061
module_platform_driver(bcm2835_dma_driver);
10621062

1063-
MODULE_ALIAS("platform:bcm2835-dma");
10641063
MODULE_DESCRIPTION("BCM2835 DMA engine driver");
10651064
MODULE_AUTHOR("Florian Meier <florian.meier@koalo.de>");
10661065
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)