Skip to content

Commit e0aef2a

Browse files
jhovoldvinodkoul
authored andcommitted
dmaengine: tegra210-adma: 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> Reviewed-by: Jon Hunter <jonathanh@nvidia.com> Link: https://patch.msgid.link/20251120114524.8431-10-johan@kernel.org Signed-off-by: Vinod Koul <vkoul@kernel.org>
1 parent 1911f50 commit e0aef2a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

drivers/dma/tegra210-adma.c

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

12311231
module_platform_driver(tegra_admac_driver);
12321232

1233-
MODULE_ALIAS("platform:tegra210-adma");
12341233
MODULE_DESCRIPTION("NVIDIA Tegra ADMA driver");
12351234
MODULE_AUTHOR("Dara Ramesh <dramesh@nvidia.com>");
12361235
MODULE_AUTHOR("Jon Hunter <jonathanh@nvidia.com>");

0 commit comments

Comments
 (0)