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

Commit b2ef7858 authored by Linus Torvalds's avatar Linus Torvalds
Browse files

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



This reverts commit 4596c75c as
requested by Olaf Hering. It causes compile errors, and says Olaf:

  "This change is also wrong, the autoloading works perfect with 2.6.18,
   no need to add random PCI ids.

   See commit a0245f7a, platform devices
   have now a modalias entry in sysfs.  The network card is not a PCI
   device."

Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 7c2aed4b
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -1557,12 +1557,6 @@ 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");