From: Chunfeng Yun Date: Tue, 23 Mar 2021 07:02:51 +0000 (+0800) Subject: usb: xhci-mtk: remove MODULE_ALIAS X-Git-Tag: iomap-folio-5.17-old~1608^2~136 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=cec96bc53a87955c5ff76f1220bd5a3b198f6d82;p=users%2Fwilly%2Flinux.git usb: xhci-mtk: remove MODULE_ALIAS Since the driver only supports the devices created by the OF core, seems no need MODULE_ALIAS() anymore. Signed-off-by: Chunfeng Yun Link: https://lore.kernel.org/r/1616482975-17841-9-git-send-email-chunfeng.yun@mediatek.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/host/xhci-mtk.c b/drivers/usb/host/xhci-mtk.c index 81c37b7c8cae..c1bc40289833 100644 --- a/drivers/usb/host/xhci-mtk.c +++ b/drivers/usb/host/xhci-mtk.c @@ -694,7 +694,6 @@ static struct platform_driver mtk_xhci_driver = { .of_match_table = mtk_xhci_of_match, }, }; -MODULE_ALIAS("platform:xhci-mtk"); static int __init xhci_mtk_init(void) {