提交 12d493c7 编写于 作者: B Ben Hutchings 提交者: Greg Kroah-Hartman

serial: mfd: Replace MODULE_ALIAS with MODULE_DEVICE_TABLE

This is a PCI driver and should be auto-loaded based on PCI ID.
Signed-off-by: NBen Hutchings <ben@decadent.org.uk>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 965e260a
......@@ -1504,4 +1504,4 @@ module_init(hsu_pci_init);
module_exit(hsu_pci_exit);
MODULE_LICENSE("GPL v2");
MODULE_ALIAS("platform:medfield-hsu");
MODULE_DEVICE_TABLE(pci, pci_ids);
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册