Commit b259514282d54323aaadead3dac4823ea01f9b89

Authored by Axel Lin
Committed by Linus Torvalds
1 parent deb187e724

drivers/misc/pch_phub.c: add MODULE_DEVICE_TABLE

The device table is required to load modules based on modaliases.

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Cc: Masayuki Ohtak <masa-korg@dsn.okisemi.com>
Cc: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

drivers/misc/pch_phub.c
... ... @@ -735,6 +735,7 @@
735 735 { PCI_VDEVICE(ROHM, PCI_DEVICE_ID_ROHM_ML7213_PHUB), 2, },
736 736 { }
737 737 };
  738 +MODULE_DEVICE_TABLE(pci, pch_phub_pcidev_id);
738 739  
739 740 static struct pci_driver pch_phub_driver = {
740 741 .name = "pch_phub",