Skip to content

Commit 8eb3a6f

Browse files
jhovoldvinodkoul
authored andcommitted
phy: ti: omap-control: drop unused module alias
Since commit 4fd06af ("usb: phy: omap-control: Get rid of platform data") 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-12-johan@kernel.org Signed-off-by: Vinod Koul <vkoul@kernel.org>
1 parent a275760 commit 8eb3a6f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,6 @@ static void __exit omap_control_phy_exit(void)
334334
}
335335
module_exit(omap_control_phy_exit);
336336

337-
MODULE_ALIAS("platform:omap_control_phy");
338337
MODULE_AUTHOR("Texas Instruments Inc.");
339338
MODULE_DESCRIPTION("OMAP Control Module PHY Driver");
340339
MODULE_LICENSE("GPL v2");

0 commit comments

Comments
 (0)