Skip to content

Commit 9cbc01a

Browse files
jhovoldvinodkoul
authored andcommitted
phy: ti: omap-usb2: drop unused module alias
Since commit 478b6c7 ("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>
1 parent 824cdd2 commit 9cbc01a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

drivers/phy/ti/phy-omap-usb2.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,6 @@ static struct platform_driver omap_usb2_driver = {
520520

521521
module_platform_driver(omap_usb2_driver);
522522

523-
MODULE_ALIAS("platform:omap_usb2");
524523
MODULE_AUTHOR("Texas Instruments Inc.");
525524
MODULE_DESCRIPTION("OMAP USB2 phy driver");
526525
MODULE_LICENSE("GPL v2");

0 commit comments

Comments
 (0)