[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250724154823.15998-6-johan@kernel.org>
Date: Thu, 24 Jul 2025 17:48:17 +0200
From: Johan Hovold <johan@...nel.org>
To: Vinod Koul <vkoul@...nel.org>
Cc: Kishon Vijay Abraham I <kishon@...nel.org>,
Justin Chen <justin.chen@...adcom.com>,
Al Cooper <alcooperx@...il.com>,
Sylwester Nawrocki <s.nawrocki@...sung.com>,
linux-phy@...ts.infradead.org,
linux-kernel@...r.kernel.org,
Johan Hovold <johan@...nel.org>
Subject: [PATCH 05/11] phy: qualcomm: ipq806x-usb: 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@...nel.org>
---
drivers/phy/qualcomm/phy-qcom-ipq806x-usb.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/phy/qualcomm/phy-qcom-ipq806x-usb.c b/drivers/phy/qualcomm/phy-qcom-ipq806x-usb.c
index 06392ed7c91b..f22c0000479f 100644
--- a/drivers/phy/qualcomm/phy-qcom-ipq806x-usb.c
+++ b/drivers/phy/qualcomm/phy-qcom-ipq806x-usb.c
@@ -559,7 +559,6 @@ static struct platform_driver qcom_ipq806x_usb_phy_driver = {
module_platform_driver(qcom_ipq806x_usb_phy_driver);
-MODULE_ALIAS("platform:phy-qcom-ipq806x-usb");
MODULE_LICENSE("GPL v2");
MODULE_AUTHOR("Andy Gross <agross@...eaurora.org>");
MODULE_AUTHOR("Ivan T. Ivanov <iivanov@...sol.com>");
--
2.49.1
Powered by blists - more mailing lists