Browse Source

[prism2] Remove duplicate PCI_ROM() lines

Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Michael Brown 9 years ago
parent
commit
fb31365db4
1 changed files with 0 additions and 2 deletions
  1. 0
    2
      src/drivers/net/prism2_pci.c

+ 0
- 2
src/drivers/net/prism2_pci.c View File

50
 
50
 
51
 static struct pci_device_id prism2_pci_nics[] = {
51
 static struct pci_device_id prism2_pci_nics[] = {
52
 PCI_ROM(0x1260, 0x3873, "prism2_pci",	"Harris Semiconductor Prism2.5 clone", 0),
52
 PCI_ROM(0x1260, 0x3873, "prism2_pci",	"Harris Semiconductor Prism2.5 clone", 0),
53
-PCI_ROM(0x1260, 0x3873, "hwp01170",	"ActionTec HWP01170", 0),
54
-PCI_ROM(0x1260, 0x3873, "dwl520",	"DLink DWL-520", 0),
55
 };
53
 };
56
 
54
 
57
 PCI_DRIVER ( prism2_pci_driver, prism2_pci_nics, PCI_NO_CLASS );
55
 PCI_DRIVER ( prism2_pci_driver, prism2_pci_nics, PCI_NO_CLASS );

Loading…
Cancel
Save