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

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>

authored by

Johan Hovold and committed by
Vinod Koul
9cbc01aa 824cdd26

-1
-1
drivers/phy/ti/phy-omap-usb2.c
··· 520 520 521 521 module_platform_driver(omap_usb2_driver); 522 522 523 - MODULE_ALIAS("platform:omap_usb2"); 524 523 MODULE_AUTHOR("Texas Instruments Inc."); 525 524 MODULE_DESCRIPTION("OMAP USB2 phy driver"); 526 525 MODULE_LICENSE("GPL v2");