Skip to content

Commit

Permalink
[prism2] Remove duplicate PCI_ROM() lines
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Brown <mcb30@ipxe.org>
  • Loading branch information
mcb30 committed Apr 15, 2015
1 parent 532649a commit fb31365
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/drivers/net/prism2_pci.c
Expand Up @@ -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 );
Expand Down

0 comments on commit fb31365

Please sign in to comment.