mirror of
https://github.com/ipxe/ipxe
synced 2025-12-23 13:30:57 +03:00
Automatically updated with
perl -pi -0777 -e 's/^static struct \w+_driver (\w+) =\s*(\w+_DRIVER \()/${2} ${1},/msg' *.c
This commit is contained in:
@@ -45,8 +45,7 @@ PCI_ROM(0x1260, 0x3873, "hwp01170", "ActionTec HWP01170"),
|
||||
PCI_ROM(0x1260, 0x3873, "dwl520", "DLink DWL-520"),
|
||||
};
|
||||
|
||||
static struct pci_driver prism2_pci_driver =
|
||||
PCI_DRIVER ( prism2_pci_nics, PCI_NO_CLASS );
|
||||
PCI_DRIVER ( prism2_pci_driver, prism2_pci_nics, PCI_NO_CLASS );
|
||||
|
||||
DRIVER ( "Prism2/PCI", nic_driver, pci_driver, prism2_pci_driver,
|
||||
prism2_pci_probe, prism2_pci_disable );
|
||||
|
||||
Reference in New Issue
Block a user