diff options
| author | Johan Hovold <johan@kernel.org> | 2025-07-24 18:48:17 +0300 |
|---|---|---|
| committer | Vinod Koul <vkoul@kernel.org> | 2025-08-13 09:49:25 +0300 |
| commit | bd86f188b4e698b04416160495a8387785a0f021 (patch) | |
| tree | e93216376af2edd8d908dc95e8e52fda2f4ce0f8 /drivers | |
| parent | 48d420835fab3df9ae4afbce65d96ab9f485ff04 (diff) | |
| download | linux-bd86f188b4e698b04416160495a8387785a0f021.tar.xz | |
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@kernel.org>
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Link: https://lore.kernel.org/r/20250724154823.15998-6-johan@kernel.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/phy/qualcomm/phy-qcom-ipq806x-usb.c | 1 |
1 files changed, 0 insertions, 1 deletions
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@codeaurora.org>"); MODULE_AUTHOR("Ivan T. Ivanov <iivanov@mm-sol.com>"); |
