Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Johan Hovold and committed by
Vinod Koul
bd86f188 48d42083

-1
-1
drivers/phy/qualcomm/phy-qcom-ipq806x-usb.c
··· 559 559 560 560 module_platform_driver(qcom_ipq806x_usb_phy_driver); 561 561 562 - MODULE_ALIAS("platform:phy-qcom-ipq806x-usb"); 563 562 MODULE_LICENSE("GPL v2"); 564 563 MODULE_AUTHOR("Andy Gross <agross@codeaurora.org>"); 565 564 MODULE_AUTHOR("Ivan T. Ivanov <iivanov@mm-sol.com>");