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

Commit 90f4dd0f authored by Andrew Morton's avatar Andrew Morton Committed by David S. Miller
Browse files

[P54PCI]: terminate pci table

parent ababda03
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -37,6 +37,7 @@ static struct pci_device_id p54p_table[] __devinitdata = {
	{ PCI_DEVICE(0x1260, 0x3877) },
	{ PCI_DEVICE(0x1260, 0x3877) },
	/* Intersil PRISM Javelin/Xbow Wireless LAN adapter */
	/* Intersil PRISM Javelin/Xbow Wireless LAN adapter */
	{ PCI_DEVICE(0x1260, 0x3886) },
	{ PCI_DEVICE(0x1260, 0x3886) },
	{ },
};
};


MODULE_DEVICE_TABLE(pci, p54p_table);
MODULE_DEVICE_TABLE(pci, p54p_table);