mirror of https://github.com/ipxe/ipxe.git
[prism2] Remove duplicate PCI_ROM() lines
Signed-off-by: Michael Brown <mcb30@ipxe.org>pull/36/head
parent
532649aacf
commit
fb31365db4
|
@ -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 );
|
||||
|
|
Loading…
Reference in New Issue