mirror of
https://github.com/ipxe/ipxe
synced 2026-04-04 03:00:20 +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:
@@ -2075,8 +2075,7 @@ PCI_ROM(0x1737, 0xab08, "tulip-1737-ab08","Tulip 0x1737 0xab08"),
|
||||
PCI_ROM(0x1737, 0xab09, "tulip-ab09", "Tulip 0x1737 0xab09"),
|
||||
};
|
||||
|
||||
static struct pci_driver tulip_driver =
|
||||
PCI_DRIVER ( tulip_nics, PCI_NO_CLASS );
|
||||
PCI_DRIVER ( tulip_driver, tulip_nics, PCI_NO_CLASS );
|
||||
|
||||
DRIVER ( "Tulip", nic_driver, pci_driver, tulip_driver,
|
||||
tulip_probe, tulip_disable );
|
||||
|
||||
Reference in New Issue
Block a user