mirror of
https://github.com/ipxe/ipxe
synced 2025-12-23 21:41:43 +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:
@@ -246,8 +246,7 @@ static struct pci_id pnic_nics[] = {
|
||||
PCI_ROM ( 0xfefe, 0xefef, "pnic", "Bochs Pseudo NIC Adaptor" ),
|
||||
};
|
||||
|
||||
static struct pci_driver pnic_driver =
|
||||
PCI_DRIVER ( pnic_nics, PCI_NO_CLASS );
|
||||
PCI_DRIVER ( pnic_driver, pnic_nics, PCI_NO_CLASS );
|
||||
|
||||
DRIVER ( "PNIC", nic_driver, pci_driver, pnic_driver,
|
||||
pnic_probe, pnic_disable );
|
||||
|
||||
Reference in New Issue
Block a user