mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-12-27 08:45:26 -05:00
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>
This commit is contained in:
@@ -1230,7 +1230,6 @@ static struct platform_driver tegra_admac_driver = {
|
||||
|
||||
module_platform_driver(tegra_admac_driver);
|
||||
|
||||
MODULE_ALIAS("platform:tegra210-adma");
|
||||
MODULE_DESCRIPTION("NVIDIA Tegra ADMA driver");
|
||||
MODULE_AUTHOR("Dara Ramesh <dramesh@nvidia.com>");
|
||||
MODULE_AUTHOR("Jon Hunter <jonathanh@nvidia.com>");
|
||||
|
||||
Reference in New Issue
Block a user