mirror of
https://github.com/torvalds/linux.git
synced 2026-05-29 17:43:52 +02:00
phy: cadence: Sierra: 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: Neil Armstrong <neil.armstrong@linaro.org> Link: https://lore.kernel.org/r/20250724154823.15998-4-johan@kernel.org Signed-off-by: Vinod Koul <vkoul@kernel.org>
This commit is contained in:
parent
b05d249ece
commit
3531c46784
|
|
@ -2919,7 +2919,6 @@ static struct platform_driver cdns_sierra_driver = {
|
|||
};
|
||||
module_platform_driver(cdns_sierra_driver);
|
||||
|
||||
MODULE_ALIAS("platform:cdns_sierra");
|
||||
MODULE_AUTHOR("Cadence Design Systems");
|
||||
MODULE_DESCRIPTION("CDNS sierra phy driver");
|
||||
MODULE_LICENSE("GPL v2");
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user