summaryrefslogtreecommitdiff
path: root/drivers/phy
diff options
context:
space:
mode:
authorJohan Hovold <johan@kernel.org>2025-07-24 18:48:20 +0300
committerVinod Koul <vkoul@kernel.org>2025-08-13 09:49:25 +0300
commit9cbc01aad21fcdff6a2139c2d8656a8ec61a79e4 (patch)
tree97581dca22bb807b2f4ec36719ef0e2bc599920d /drivers/phy
parent824cdd26af27479458ae3472c64b4ebd31c1d82d (diff)
downloadlinux-9cbc01aad21fcdff6a2139c2d8656a8ec61a79e4.tar.xz
phy: ti: omap-usb2: drop unused module alias
Since commit 478b6c7436c2 ("usb: phy: omap-usb2: Don't use omap_get_control_dev()") the driver only supports 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-9-johan@kernel.org Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'drivers/phy')
-rw-r--r--drivers/phy/ti/phy-omap-usb2.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/phy/ti/phy-omap-usb2.c b/drivers/phy/ti/phy-omap-usb2.c
index c1a0ef979142..7096d9c89a96 100644
--- a/drivers/phy/ti/phy-omap-usb2.c
+++ b/drivers/phy/ti/phy-omap-usb2.c
@@ -520,7 +520,6 @@ static struct platform_driver omap_usb2_driver = {
module_platform_driver(omap_usb2_driver);
-MODULE_ALIAS("platform:omap_usb2");
MODULE_AUTHOR("Texas Instruments Inc.");
MODULE_DESCRIPTION("OMAP USB2 phy driver");
MODULE_LICENSE("GPL v2");