Commit 4596c75c authored by Ben Collins's avatar Ben Collins

[mv643xx] Add pci device table for auto module loading.

Signed-off-by: default avatarBen Collins <bcollins@ubuntu.com>
parent 5cacb9f8
......@@ -1557,6 +1557,12 @@ static void __exit mv643xx_cleanup_module(void)
module_init(mv643xx_init_module);
module_exit(mv643xx_cleanup_module);
static struct pci_device_id pci_marvell_mv64360[] = {
{ PCI_DEVICE(PCI_VENDOR_ID_MARVELL, PCI_DEVICE_ID_MARVELL_MV64360) },
{}
};
MODULE_DEVICE_TABLE(pci, pci_marvell_mv64360);
MODULE_LICENSE("GPL");
MODULE_AUTHOR( "Rabeeh Khoury, Assaf Hoffman, Matthew Dharm, Manish Lachwani"
" and Dale Farnsworth");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment