diff options
author | Chunfeng Yun <chunfeng.yun@mediatek.com> | 2021-03-23 10:02:51 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-03-28 14:42:56 +0300 |
commit | cec96bc53a87955c5ff76f1220bd5a3b198f6d82 (patch) | |
tree | 243540d1a83b2b1550819bceb40a9141b95eac4d /drivers/usb/host/xhci-mtk.c | |
parent | 6144ef35ab11cab6037d575bacd09bd6c9253a52 (diff) | |
download | linux-cec96bc53a87955c5ff76f1220bd5a3b198f6d82.tar.xz |
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 <chunfeng.yun@mediatek.com>
Link: https://lore.kernel.org/r/1616482975-17841-9-git-send-email-chunfeng.yun@mediatek.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/host/xhci-mtk.c')
-rw-r--r-- | drivers/usb/host/xhci-mtk.c | 1 |
1 files changed, 0 insertions, 1 deletions
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) { |