提交 cec96bc5 编写于 作者: C Chunfeng Yun 提交者: Greg Kroah-Hartman

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: NChunfeng Yun <chunfeng.yun@mediatek.com>
Link: https://lore.kernel.org/r/1616482975-17841-9-git-send-email-chunfeng.yun@mediatek.comSigned-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 6144ef35
...@@ -694,7 +694,6 @@ static struct platform_driver mtk_xhci_driver = { ...@@ -694,7 +694,6 @@ static struct platform_driver mtk_xhci_driver = {
.of_match_table = mtk_xhci_of_match, .of_match_table = mtk_xhci_of_match,
}, },
}; };
MODULE_ALIAS("platform:xhci-mtk");
static int __init xhci_mtk_init(void) static int __init xhci_mtk_init(void)
{ {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册