]> www.infradead.org Git - users/hch/misc.git/commitdiff
phy: ti: ti-pipe3: drop unused module alias
authorJohan Hovold <johan@kernel.org>
Thu, 24 Jul 2025 15:48:21 +0000 (17:48 +0200)
committerVinod Koul <vkoul@kernel.org>
Wed, 13 Aug 2025 06:49:25 +0000 (12:19 +0530)
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>
drivers/phy/ti/phy-ti-pipe3.c

index da2cbacb982c6bebad3e412f87ff02778da61753..a910c179ea6ec58fda0c70b5c1a2cb6f66f8aabb 100644 (file)
@@ -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");