Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b2595142 authored by Axel Lin's avatar Axel Lin Committed by Linus Torvalds
Browse files

drivers/misc/pch_phub.c: add MODULE_DEVICE_TABLE



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

Signed-off-by: default avatarAxel Lin <axel.lin@gmail.com>
Cc: Masayuki Ohtak <masa-korg@dsn.okisemi.com>
Cc: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent deb187e7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -735,6 +735,7 @@ static struct pci_device_id pch_phub_pcidev_id[] = {
	{ PCI_VDEVICE(ROHM, PCI_DEVICE_ID_ROHM_ML7213_PHUB), 2,  },
	{ }
};
MODULE_DEVICE_TABLE(pci, pch_phub_pcidev_id);

static struct pci_driver pch_phub_driver = {
	.name = "pch_phub",