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

phy: hisilicon: hi6220-usb: drop unused module alias

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>

authored by

Johan Hovold and committed by
Vinod Koul
48d42083 3531c467

-1
-1
drivers/phy/hisilicon/phy-hi6220-usb.c
··· 161 161 module_platform_driver(hi6220_phy_driver); 162 162 163 163 MODULE_DESCRIPTION("HISILICON HI6220 USB PHY driver"); 164 - MODULE_ALIAS("platform:hi6220-usb-phy"); 165 164 MODULE_LICENSE("GPL");