Commit dbe76a96 authored by Johan Hovold's avatar Johan Hovold Committed by Vinod Koul
Browse files

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



Since commit 918ee0d2 ("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: default avatarJohan Hovold <johan@kernel.org>
Reviewed-by: default avatarNeil Armstrong <neil.armstrong@linaro.org>
Link: https://lore.kernel.org/r/20250724154823.15998-10-johan@kernel.org


Signed-off-by: default avatarVinod Koul <vkoul@kernel.org>
parent 9cbc01aa
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -929,7 +929,6 @@ static struct platform_driver ti_pipe3_driver = {

module_platform_driver(ti_pipe3_driver);

MODULE_ALIAS("platform:ti_pipe3");
MODULE_AUTHOR("Texas Instruments Inc.");
MODULE_DESCRIPTION("TI PIPE3 phy driver");
MODULE_LICENSE("GPL v2");