]> Pileus Git - ~andy/linux/commitdiff
serial: mfd: Replace MODULE_ALIAS with MODULE_DEVICE_TABLE
authorBen Hutchings <ben@decadent.org.uk>
Sun, 1 Sep 2013 18:34:06 +0000 (19:34 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 26 Sep 2013 21:26:08 +0000 (14:26 -0700)
This is a PCI driver and should be auto-loaded based on PCI ID.

Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/mfd.c

index d3db042f649eda154bdbe1e7feb81dc5822f8653..a187cd4b1e53dfec04d7c87a29165429569c861e 100644 (file)
@@ -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);