Commit 12d493c7 authored by Ben Hutchings's avatar Ben Hutchings Committed by 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: default avatarBen Hutchings <ben@decadent.org.uk>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment