From: Krzysztof Kozlowski Date: Thu, 16 Sep 2021 17:05:31 +0000 (+0200) Subject: usb: host: ehci-mv: drop duplicated MODULE_ALIAS X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=dfa59f3d4c825b4718d40656e57900758c92b623;p=linux.git usb: host: ehci-mv: drop duplicated MODULE_ALIAS There is one MODULE_ALIAS already. Reviewed-by: Lubomir Rintel Signed-off-by: Krzysztof Kozlowski Link: https://lore.kernel.org/r/20210916170531.138335-1-krzysztof.kozlowski@canonical.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/host/ehci-mv.c b/drivers/usb/host/ehci-mv.c index 8fd27249ad257..fa46d217dd107 100644 --- a/drivers/usb/host/ehci-mv.c +++ b/drivers/usb/host/ehci-mv.c @@ -258,8 +258,6 @@ static int mv_ehci_remove(struct platform_device *pdev) return 0; } -MODULE_ALIAS("mv-ehci"); - static const struct platform_device_id ehci_id_table[] = { {"pxa-u2oehci", 0}, {"pxa-sph", 0},