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

phy: ti: ti-pipe3: drop unused module alias

Since commit 918ee0d21ba4 ("usb: phy: omap-usb3: 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-10-johan@kernel.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>

authored by

Johan Hovold and committed by
Vinod Koul
dbe76a96 9cbc01aa

-1
-1
drivers/phy/ti/phy-ti-pipe3.c
··· 929 929 930 930 module_platform_driver(ti_pipe3_driver); 931 931 932 - MODULE_ALIAS("platform:ti_pipe3"); 933 932 MODULE_AUTHOR("Texas Instruments Inc."); 934 933 MODULE_DESCRIPTION("TI PIPE3 phy driver"); 935 934 MODULE_LICENSE("GPL v2");