diff options
| author | Johan Hovold <johan@kernel.org> | 2025-07-24 18:48:16 +0300 |
|---|---|---|
| committer | Vinod Koul <vkoul@kernel.org> | 2025-08-13 09:49:25 +0300 |
| commit | 48d420835fab3df9ae4afbce65d96ab9f485ff04 (patch) | |
| tree | 062c0c122e82a6ab3a55e75d6b257b9f6384ca6c /drivers | |
| parent | 3531c467843812ca87c5349cd4c5b35cdfbd63df (diff) | |
| download | linux-48d420835fab3df9ae4afbce65d96ab9f485ff04.tar.xz | |
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>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/phy/hisilicon/phy-hi6220-usb.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/phy/hisilicon/phy-hi6220-usb.c b/drivers/phy/hisilicon/phy-hi6220-usb.c index 97bd363dfe87..22d8d8a8dabe 100644 --- a/drivers/phy/hisilicon/phy-hi6220-usb.c +++ b/drivers/phy/hisilicon/phy-hi6220-usb.c @@ -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"); |
