[PATCH 03/11] phy: cadence: Sierra: drop unused module alias
Johan Hovold
johan at kernel.org
Thu Jul 24 08:48:15 PDT 2025
The driver has never supported anything but OF probe so drop the unused
platform module alias.
Signed-off-by: Johan Hovold <johan at kernel.org>
---
drivers/phy/cadence/phy-cadence-sierra.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/phy/cadence/phy-cadence-sierra.c b/drivers/phy/cadence/phy-cadence-sierra.c
index 45a5c00843bf..424a9ebd0d39 100644
--- a/drivers/phy/cadence/phy-cadence-sierra.c
+++ b/drivers/phy/cadence/phy-cadence-sierra.c
@@ -2739,7 +2739,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");
--
2.49.1
More information about the linux-phy
mailing list