]> git.karo-electronics.de Git - linux-beck.git/commitdiff
staging: sm7xxfb: add MODULE_DEVICE_TABLE
authorSudip Mukherjee <sudipm.mukherjee@gmail.com>
Tue, 24 Mar 2015 10:52:24 +0000 (16:22 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 26 Mar 2015 12:02:28 +0000 (13:02 +0100)
add MODULE_DEVICE_TABLE to support hot-plugging.

Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/sm7xxfb/sm7xxfb.c

index abdb02115cac1a8bf83e0bfafd704dfd34110777..5b3e6143a0bafdb8353a1e5ef5bf7a23e8e3f921 100644 (file)
@@ -922,6 +922,8 @@ static const struct pci_device_id smtcfb_pci_table[] = {
        {0,}
 };
 
+MODULE_DEVICE_TABLE(pci, smtcfb_pci_table);
+
 static void smtcfb_pci_remove(struct pci_dev *pdev)
 {
        struct smtcfb_info *sfb;