Commit 12d493c7 authored by Ben Hutchings's avatar Ben Hutchings Committed by Greg Kroah-Hartman
Browse files

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);