]> www.infradead.org Git - users/hch/misc.git/commitdiff
phy: hisilicon: hi6220-usb: drop unused module alias
authorJohan Hovold <johan@kernel.org>
Thu, 24 Jul 2025 15:48:16 +0000 (17:48 +0200)
committerVinod Koul <vkoul@kernel.org>
Wed, 13 Aug 2025 06:49:25 +0000 (12:19 +0530)
The driver has never supported anything but 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-5-johan@kernel.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/phy/hisilicon/phy-hi6220-usb.c

index 97bd363dfe8775d1005d9ab9991cec155d82c9f7..22d8d8a8dabeff3b2d0de135d2a9a3fbf1f18b4d 100644 (file)
@@ -161,5 +161,4 @@ static struct platform_driver hi6220_phy_driver = {
 module_platform_driver(hi6220_phy_driver);
 
 MODULE_DESCRIPTION("HISILICON HI6220 USB PHY driver");
-MODULE_ALIAS("platform:hi6220-usb-phy");
 MODULE_LICENSE("GPL");