david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

[prism2] Remove duplicate PCI_ROM() lines

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown 2015-04-15 11:37:20 +01:00
parent 532649aacf
commit fb31365db4
1 changed files with 0 additions and 2 deletions

View File

@ -50,8 +50,6 @@ static void prism2_pci_disable ( struct nic *nic ) {
static struct pci_device_id prism2_pci_nics[] = {
PCI_ROM(0x1260, 0x3873, "prism2_pci", "Harris Semiconductor Prism2.5 clone", 0),
PCI_ROM(0x1260, 0x3873, "hwp01170", "ActionTec HWP01170", 0),
PCI_ROM(0x1260, 0x3873, "dwl520", "DLink DWL-520", 0),
};
PCI_DRIVER ( prism2_pci_driver, prism2_pci_nics, PCI_NO_CLASS );