diff options
author | Axel Lin <axel.lin@gmail.com> | 2011-03-22 19:34:02 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-03-22 20:44:11 -0400 |
commit | b259514282d54323aaadead3dac4823ea01f9b89 (patch) | |
tree | 4fdef306ba2578242f3feb8a7d97c8ea4cda2bbb /drivers/misc | |
parent | deb187e72470b0382d4f0cb859e76e1ebc3a1082 (diff) |
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>
Diffstat (limited to 'drivers/misc')
-rw-r--r-- | drivers/misc/pch_phub.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/misc/pch_phub.c b/drivers/misc/pch_phub.c index 380ba806495d..a19cb710a246 100644 --- a/drivers/misc/pch_phub.c +++ b/drivers/misc/pch_phub.c | |||
@@ -735,6 +735,7 @@ static struct pci_device_id pch_phub_pcidev_id[] = { | |||
735 | { PCI_VDEVICE(ROHM, PCI_DEVICE_ID_ROHM_ML7213_PHUB), 2, }, | 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 | static struct pci_driver pch_phub_driver = { | 740 | static struct pci_driver pch_phub_driver = { |
740 | .name = "pch_phub", | 741 | .name = "pch_phub", |